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




JWT feature

Workflow function

Logical condition
Use case descriptionSet a transition that only applies in a certain status.
Label





Status
Tech review

Style guide