The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

can two transitions move at one click?

khalid
August 17, 2020

im looking for a way in which two transitions move by one button, one goes normal, the other goes to a subtask to another workflow. 

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Answer accepted
Ste Wright
Community Champion
August 18, 2020

Hi @khalid 

Not natively; a transition button changes one issue's status.

I'd envisage this could be done via a script, an automation app - like Automation for Jira - or a workflow extension app like Jira Misc Workflow Extensions or JSU Automation Suite

Using Automation as the example - this is how that would work:

  • Trigger: Issue's status changes
  • Branch: Sub-task of issue
  • Action: Change status of the sub-task

^ Is this the kind of multi-action you're looking to achieve?

Ste