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: 

How can I update the sub tasks when I mark a story as on-hold?

Kira
October 11, 2018

When we mark a story with a status of on-hold, how do I get the subtasks to also be on hold as well? Is there something I can set up in the workflow to do this automatically? 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -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.
October 11, 2018

You will need to find some code to do this -  a post function to iterate over the sub-tasks, work out which transition to trigger from whatever state they are currently in (remember there may be cases where you don't want to do this - like if a sub-task is already closed) and then trigger their transitions. 

One of the scripting apps can certainly do this, although you might get close with some of the more simple "change status of related issues" apps.