You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I feel like this response is close but the solution not working for me.
Solved: How to trigger status change automatically for par... (atlassian.com)
I have a hierarchy of:
I want the Story transition to In Progress to bubble all the way up to Theme. I made a separate automation for Story to Epic that works but can't get it beyond that.
You should be able to this by using two automations, similar what is described in this article about dynamic looping in automation. You could use your first automation that you have to kick of the second one and in the web request include the issue key for the epic. In the second automation you would look up the parent issue, transition it, and then do a web request to itself with the parent issue key. This would then repeat itself until you get to theme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.