Hello,
In using a simple workflow as shown below, what is the best way to eliminate the direct move to "done" if the issue type requires a review? Such as a bug where it must go through a review before moving to done.
Note: We do use scriptrunner.
Use a condition on each of the two transitions outbound from In Progress. One of them could be "IssueType = bug" and the other "Issuetype != bug"
A condition on a transition will only present the transition to the user if the condition is true.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.