Hi everyone!
We are going to change a lot of transition, adding multiple validations that are the same for lot of transitions.
I was wondering if there is a way to create the first one and then "clone" the transition but for other statuses.
I was checking for Jira Cloud native functionalities and not third party plugins.
Thanks beforehand!
Hi Asier,
I am not aware of any plugins that allow you to clone workflow transitions.
This means you would need to recreate the validators on each transition as Atlassian dont provide ant functionality to clone transitions out of the box.
I hope this helps.
Kristian
To re-use an existing transition, select the transition and add the status from and status where to go in the new workflow editor.
This is only in a workflow, you can't copy transitions to another workflow, then copy the workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Marc -Devoteam- , thanks for the reply
If I do as you say, and have From: A,B statuses and TO: C,D
Then the transition will be available not only from A->C and B->D but also A->D and B->C right? This will be a problem since I do not want people to be able to "jump" statuses.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have an incoming or outgoing transition to a status you can re-use the same transition to another status.
This is mandatory, you ca't just re-use an status between other statuses.
Can you show a picture on what you exactly want to achieve.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
are those validations using Jira native actions or use 3rd party apps actions?
if native, you can use the Jira API to create this (a bit complex but works)
if 3rd party, like scriptrunner/jmwe, sadly there are no public APIs by the vendors to assist with this.
I'm not aware if UI cloning abilities of this.
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.