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: 

automatically moving tickets

Philipp Weiß
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 2, 2016

Hey there,

we are using JIRA in our company for project management for a while now and it works quite fine. But we have one annoying problem.

If I have a task-ticket with several subtasks, each ticket has its own state like "todo", "in progress", "QA". So does the parent ticket itself.

What I want is, that when I put EVERY subticket of the parent ticket (usually a story) to certain state like "QA", JIRA should automatically also but the parent ticket to "QA". Similar (but not the same) behavior is wanted for "in Progress". It should get this state, once ONE sub-ticket is in progress.

Any ideas? I would be very grateful smile

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Jon Bevan _Adaptavist_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 3, 2016

Hi @Philipp Weiß,

You can achieve that functionality using ScriptRunner for JIRA and writing a workflow post function for the relevant transitions. Let me know if you need more help actually writing the code to do that!