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.
Whenever I move an Epic from Backlog to In Progress, I want all of the issues linked to that epic to automatically transition.
There doesn't seem to be a built-in Post function for this.
I thought of using a JQL query, but I don't see how I can grab the key of the Epic that is transition, to create the JQL.
Is there any way to transition all linked Jiras, when their parent epic transitions?
You could do it with automation
Translate every step to english:
1 - WHEN issue is transitioned
2- AND issue matches JQL issuetype=epic
3 - Bifurcation rule: For stories (or other issues in epic)
4 - THEN transition the issue to: "copy from triggering issue"
The order of 1 and 2 can be changed (I don't know if you have more actions of any kind in epics or more transitions in the whole jira, it would depend of the number of epics you have, less epics you have, better checking 2 before 1 )
@Victor Grazi this might be achieved by using the plugin called JMWE, we can update the transition based on parent ticket
https://innovalog.atlassian.net/wiki/spaces/JMWE/pages/68878434/Workflow+Post-functions
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.