On this page

Use case

If the issue is in status "Status1" we will show the global transition to the user only if Priority is "Blocker" and the due date is set.

Configuration

Add the Logical condition to the desired workflow transition.

Expression

Add the following expression:

%{issue.status} != "Status1" OR (%{issue.priority} = "Blocker" AND {issue.dueDate} != null)


Screenshots


Related use cases


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