Hi
I want to change epic status automatically when one of the issue under epic is in the sprint and sprint started
like if we have 4 issues under epic if one of the issue is in the sprint and when sprint starts the epic status change automatically below is the rule I am trying but its not working
Hi @Umar Maroof, I found a similar solution to what @Mark Segall suggested.
*Obs: On my screenshot, the status PARA FAZER and EM PROGRESSO are in portuguese and mean TO DO and IN PROGRESS.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Umar Maroof - You could try this:
This will look at all issues in the current sprint, branch on the individual Epic Links and if not already in progress, will transition to In Progress.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mark Segall thanks for your response
I didnt understand Branch (advance) part of the rule.
and this rule will work if we one of the child issue for a epic is in sprint and sprint starts?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I didnt understand Branch (advance) part of the rule.
When selecting the Branch component, there's an option for Advanced Branching. That's what I'm calling out there.
and this rule will work if we one of the child issue for a epic is in sprint and sprint starts?
Yes. When the sprint starts, it takes a look at all issues in that sprint. Then the branch identifies the unique set of epics impacted by that sprint and iterates through them to transition to In Progress if they aren't already in that status.
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.
@Mark Segall I try different Regular expressions in sprint filter name, but it keeps giving me error
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not need the JQL in that More Options section so I'd clear that out.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am following your suggestion, but the "Action:Transition issue to" return this error:
Some of your selected components may not be compatible with others.
I am using jira cloud
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.