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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.