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

Compare with Current View Page History

« Previous Version 9 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:

%{issue.status} = "Closed" AND {system.currentDateTime} - {issue.lastStatusChange} > 7 * {DAY} IMPLIES isInRole(%{system.currentUser}, "Administrator") OR isInRole(%{system.currentUser}, "Supervisor")


Screenshots


Related use cases


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