Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Workflow: If/Then Condition... to review or not

DSell
Contributor
October 17, 2022

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.

 

Screenshot 2022-10-17 100115.jpg

Note: We do use scriptrunner.

1 answer

1 accepted

1 vote
Answer accepted
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 17, 2022

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.

Suggest an answer

Log in or Sign up to answer