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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.