You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

On this page

Use case

Prevent a certain issue from being reopened after 7 days closed, unless user has the role of "Administrator" or "Supervisor".

Configuration

Add the Logical validator to the desired workflow transition.

Expression*

Add the following expression:

%{00016} = "Closed" AND {00057} - {00158} > 7 * {DAY} IMPLIES isInRole(%{00020}, "Administrator") OR isInRole(%{00020}, "Supervisor")


Screenshots


Related use cases


If you still have questions, feel free to refer to our support team.