Forums

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

How to update Epic Status from Children for multiple Statuses in 1 Automation Rule

Corey Hampton
Contributor
January 28, 2025

I want to do an if statement in my automation to set the Epic status based on the status of all the children, or some of the children

I have it working when it's only doing 1 check. When all children statuses = Done then set the Epic status = Release. - This works fine

 

If that's not true, then I want it to check all children statuses = Shelved, if true set Epic status = Shelved

  • Else if all children statuses = On Hold, set Epic status = Hold
  • Else if a single child status = Design, set Epic status = Development in Progress
  • Else if single child status = Requirements, set Epic status = Requirements in Progress

Do I use the same automation rule or do I need to create different rules?

 

2025-01-28_18-50-27.png

1 answer

0 votes
Mohanraj Thangamuthu
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 28, 2025

Hello, Good day. You could use If/else condition in the rule as shown below.

 

Screenshot 2025-01-29 at 10.44.17 AM.pngScreenshot 2025-01-29 at 10.44.32 AM.pngScreenshot 2025-01-29 at 10.45.01 AM.pngScreenshot 2025-01-29 at 10.45.32 AM.png

 

Suggest an answer

Log in or Sign up to answer