I have 4 pre-existing workflows that have the statuses Ready for Deploy and Ready for QA with a transition in between. On all 4 workflows, the transition ID is the same.
I'm trying to add a new status, Deploying, and add a new transition between Ready for Deploy -> Deploying (the old transition goes Deploying -> Ready for QA), but I can't figure out how to reuse the transition so they all have different IDs.
I published the changes from one of the workflows with the idea that when creating a new transition from a different workflow, I would be able to reuse the transition I created for the publish workflow, but that doesn't seem to be the case.
How do I reuse the new transition with the same ID on the other workflows?
When a workflow is copied, the new workflow initially has the same transition ids than the original one.
However, further editions in one of those workflows, either in the original or the copy, do not affect the other one.
The only way I can think of for achieving what you need on a Jira Cloud instance is:
Hope it helps.
Thanks for such a quick and detailed response, but this solution is more complicated than what I'm looking for, especially since I don't want to mess up any other transitions hooked into external services.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I understand. If it were a Server instance, there whould be a way for setting the ids directly against the database...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I see, I'll keep that in mind if we ever need to evaluate using the cloud vs a server
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.