You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 56
Next »
A workflow condition that enforces separation of duties , i.e. it makes sure that the same user cannot trigger two incompatible transitions on the same issue.
Want to add this condition? Click here to see how..
- Select the from status in the
From Status
field. - Select the to status in the
To Status
field. - Click on
Add
to add the condition.
Specifying the incompatible transition
JIRA does not keep a track of the actual transitions (or workflow actions) but only of the changes in the status of an issue. So, it is impossible to distinguish between two transitions that share the same source and destination statuses. Therefore, this condition requires that you specify transitions in the form of a destination status and a source status (or Any for all transitions leading to the destination status).
When you add this condition on a transition, the add-on checks whether the current user has triggered any transitions between the specified From
and To
statuses. If a transition has been triggered between the two statuses, then the transition on which the condition is configured will be hidden from the user.
In short, the selected transition will be available to the user, as long as the user does not trigger any transition between the two specified statuses.
Refer Use cases for conditions page for use cases of this condition.