We have an older on-prem server Jira running that was here for a long time, it has many customizations and such. In the case of the Workflows and Automations I have run into a fairly big issue replicating/moving the older Automations/Workflows into the new Cloud version.
In particular, I need to copy over several automations which invoke specific workflows.
On the old server software we were able to have an automation have the step 'Then: Transition the issue using <whatever specific workflow specifically>"
However, that option does not seem to be available at all on our new cloud version, under the Transition step I only see the ability to choose 'Destination Status' from the "Transition the issue to" component.
At first I thought I could then just choose from the drop down, however I'm not exactly sure why all my workflows are not in that list, it only seems to be destinations.
Does anyone know how to replication the old Automation for 'Then: Transition the issue using"? So I can choose a specific defined workflow?
Hello @Derek Colanduno
I don't have self-hosted instance to reference to replicate your case. What version of the Automation plugin are you using? Can you show us the screen for that step? After choosing the Workflow do you also choose the status to use?
Any given issue can use only one workflow, because a given issue has one and only one issue type, and issue types are mapped to one and only one workflow in the one and only one workflow that is associated to the project.
So, when you choose the destination Status to which you want to transition, Jira is automatically going to get the workflow that applies to that specific issue and attempt to apply the transition from the issue's original status to the destination status.
The dropdown to select the destination Status will show you all the possible Statuses in the Workflow Scheme that applies to the project(s) within the scope of the Automation Rule.
Here are a couple screenshots. The First one is our old on-prem Jira Server version which is updated to the newest/latest version it can be.
If you look up where it says 'Select a transition' under 'Select a specific transition'. That is exactly what I need to do many times in our new Cloud Jira. The screenshot below is where I am looking to do the same thing as above.
There is no 'Select a specific transition' option now, or even a 'Select a transition'. All I can find is this transition step which only offers a 'Destination Status'. I don't really want the 'Destination', I want the specific 'Update Isolate Counts (141)' workflow.
I fear it seems this specific and useful feature has been eliminated from the Cloud Jira offering?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Oh, okay, your original post said the option was about selecting a workflow, not about selecting a transition.
Notice the link to additional option in the Transition Issue action in Jira Cloud automation
When you click that you get an additional field to use RegEx to identify the specific transition you want to use. You do still need to fill in the Destination Status field, it appears.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.