Forums

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

Transition parent based on sub-task

Ryan Paul
Contributor
March 6, 2023

Hi!

Can you help out with an automation rule where I have a parent and multiple sub-tasks? 

If one out of 3 sub-task is moved to In-progress, the parent should automatically change to In-progress.

And if the sub-task that was in progress is moved to To-Do, the parent should automatically change to To-Do.

Thanks!

1 answer

1 accepted

1 vote
Answer accepted
Mindaugas Dūda
Contributor
March 6, 2023

Hello @Ryan Paul

You can use the following automation rule:

When issue transitioned FROM "To Do" TO "In Progress"
For Parent
Then: Transition the issue to "In Progress"

Example below:

image.png

Note, to transition back from "In Progress" to "To Do" you will need to create another rule with same logic.

Hope this helps.

Regards,
Mindaugas

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 6, 2023

I would add that you probably want some type of Condition after the initial trigger to further define which issues you want to limit. 

Ryan Paul
Contributor
March 6, 2023

@Mindaugas Dūda @John Funk It's working! Thanks for helping me out...

Like 2 people like this
Mindaugas Dūda
Contributor
March 6, 2023

Happy to hear this :)

Like John Funk likes this
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 7, 2023

Same here - glad it is working for you. 

Suggest an answer

Log in or Sign up to answer