Hi All,
How to change the workflow which is linked with multiple issue types, I wanted to remove one transition in one issue type without affecting to linked issue types for same workflow.
Hello,
You should create a new workflow and then associate this workflow to the required issue type in the workflow scheme:
https://confluence.atlassian.com/adminjiracloud/configuring-workflow-schemes-776636598.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You are most welcome!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In case the maintenance for multiple workflows is an issue I think there is a way to do what @Sreenivasaraju P suggested.
Using the add-on Jira Misc Workflow extensions it is possible to add a Condition to the transition that will make it so that the transition is not available for certain issue types.
You can use the "Scripted (Groovy) Condition (JMWE add-on)" and add e.g. the following groovy script: issue.getAsString("issuetype") != "Story"
This way the transition will not show when the issue type is Story.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Kotresha B,
No. you can't delete transition only for one issue type. May be you can check for custom condition, where this transition will be available for only certain issue types or conditions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.