Is it possible to have two different workflows for a given issue type?
We would like to have a different workflow for the issue type "Gap User Story" from the regular one, based on some other parameters like priority , labels , components etc...
No, you can't do this. The whole point of the issue type is to determine the settings for it, and an issue type can only have one workflow.
What you can do is build a workflow that branches out its routes, and then use conditions to determine which branch an issue follows. (For example, if user = Alice, only allow them to use the left branch, but if user != Alice, they are only offered the right-hand branch)
Many thanks for your reply. It is working based on the conditions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In a way, yes. You will need to have field, I suggest just one, to make the make it work. The field must be set before the decision point. Where you want to change the workflow use a condition to only allow the optional path to be used. If the condition isn't met, the issue will go down the normal path. I've used this several times to send the issue to a particular group that needs their approval.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Many thanks for your reply. It is working based on the 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.