Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×I have created a workflow. At a certain step I would like to have that step do one thing if it's a certain issue type and something else if it's all the other issue types. For example:
If my issue types are Task, Defect, and Suggestion.
If my workflow goes like this: Open-->In Progress-->Review-->Release-->Close
In the In Progress step of the workflow I'd like to be able to skip the Review step if the issue type is a Defect, and go stright to Release stage.
Is this possble? Any ideas appreciated.
Thank you!
In the workflow you should have 2 transitions from 'In Progress' step. One that goes to 'Release' step and another that goes to 'Review' step.
Each of them should have a Value condition where in the first case condition will be issuetype = Defect and in the second case issuetype != Defect.
The Value condition is available in JIRA Suit Utilities plugin : https://studio.plugins.atlassian.com/wiki/display/JSUTIL/JIRA+Suite+Utilities+Workflow+Conditions#JIRASuiteUtilitiesWorkflowConditions-ValueFieldCondition
Unlock your potential and learn how to use Jira Product Discovery to your advantage. You’ll have the expertise to revolutionize ideas and insights, roadmapping, engage and align teams and stakeholders, and deliver the best solutions—faster. Enroll today!
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.