Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I'm working with a Jira issue hierarchy that has three or more levels. Here's a simplified version of the hierarchy:
What I'd like to achieve is this:
I'm currently using Jira Cloud and I’ve set up automation rules, but I'm facing challenges with ensuring that the status transitions correctly roll up to the parent and grandparent levels. Specifically, I want to ensure that the parent issue (Story) and grandparent issue (Epic) are automatically updated when the child issues are completed.
Has anyone successfully implemented this kind of status roll-up across multiple levels? If so, could you share how you configured your automation rules or workflows to achieve this?or Can it be achieved by any other method?
Thanks in advance for your help!
@Sameeksha Shetty You may have to use two automations to achieve this.
One for Transitioning Story based on Sub-Task and the other for transitioning Epic based on the Story.
You may use the trigger - When issue transitioned
Check if the transitioned issue is Sub-task using an Issue Type condition
Add a branching for Parent and check if Sub-Task status match Done/Complete using a Related Issue condition.
And finally finally transition the Parent (story) to Done if above condition is true.
Similarly, you can do for Story-Epic status change.
Hope this helps.
Thank You @Arun Unnikrishnan
Is there any other way to achieve this?
I've tried setting up this rule before but it doesn't seem to work for Epic-level issues It only updates the parent Story and shows a success message.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sameeksha Shetty This can be achieved.
Can you share the screenshots of your automations?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Sameeksha Shetty I think you should spilt the automations into two. one for story transition and other one for EPic transition. it will work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.