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
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.