Hello,
I'm looking to create automation around setting Epic status to In progress when any 1 of it's children issues are set to in progress category type.
Also, I want to set the epic status to done when all of it's children issues are completed.
Any assistance would be appreciated.
Thanks
Hi @JD Lobue are you able to provide a screenshot of the automation rule for setting Epic status to In progress when any 1 of it's children issues are set to in progress category type?
Struggling to figure it out at present.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try this automation rule using the following components.
Trigger: Issue transitioned
Issue fields condition
Branch rule / related issues
Related issues condition
Transition issue
Note:
Here's a visual representation, do test and I hope that you can reach your goal :)
the last part of the automation should be
Then: Transition issue 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.
Slightly confused - why would moving and issue to "In Progress" transition the parent task to "Done"?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yeah...that is wrong. As the title instructs, I was looking for creating automation around setting Epic status to In progress when any 1 of it's children issues are set to in progress category type.
Also, I want to set the epic status to done when all of it's children issues are completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yeah, I'm having the same issue...
Tried following this, but didn't seem to be able to get it to work:
Perhaps you'll have better luck!
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.
Thanks for flagging the error in the screenshot.
the last part of the automation should be
Then: Transition issue 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did this work. It did not work for me. I moved over a sub-task issue from To Do to In Progress under an EPIC but the status on the Epic did not move from To do to In Progress.
Look at the rule I wrote
The subtasks was moved from To Do to In Progress but not the status of the Epic.
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.
Excellent it worked. Thank you.
Can you please help me with this one? It does not create subtasks or another type of issues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Lui I don't know specifically if this is the answer, but it might help: https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/112180
I saw this while trying to solve a different automation question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I come up with a more generic solution. With each transition of issues, the status of the Epic is tested in relation to (all) underlying issues. The advantage of this is that if the Epic has been changed manually, the status will be corrected again during the first transition of an underlying issue, regardless of the status. I also include the Epic Status in this rule (which is different from the Workflow Status!).
The script only performs actions when necessary. Not only is logging not unnecessarily contaminated, additional actions (such as sending an email as a reminder) can also be initiated.
Use an If/Then for the conditions. A second filter is then used in the block: Related Issues Condition.
Use the smart-value in this filter to choose the correct Epic.
If desired, the Epic status can also be adjusted after adjusting the workflow status. This must be done with an Advanced change.
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.