I'd like to automatically transition the parent Epic to 'Done' when all stories in that Epic have been finished. Is this possible with Automation for JIRA?
Yes this is possible with the related issues action and condition! Here's an example rule:
Project automation - Code Barrel JIRA 2017-01-19 08-27-16.png
Here's what this does:
Hi Andreas,
I've tried both your version and my modified version below and unfortuantley it's not working. What's weird is that I have 2 tasks linked to the Epic. When I transition both from To Do to Done, nothing happens. But then when I transition 1 (either) of the tasks back to "To Do" from "Done" it updates the status of the Epic from To Do to Done.
Of course, it should be updating the status when the both tasks linked to the epic transition to Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dom,
So that's strange - your rule looks correct to me.
Can you please raise a support request at https://codebarrel.io/support and include:
Cheers,
Andreas
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.
@andreas The branch is possible only with the PRO version, any workaround for the free version of automation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make sure you are using "Done" in your JQL not just typing Done. I would also validate the JQL and make sure it's returning stories.
This youtube link also helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@andreas @Jenny Severin @Gianni Pucciani @Dom Esposito
How to do this with out using Automation for JIRA plugin
we have only script runner can anyone suggest me how to achive this.
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.
Hi @Rajesh Ramankutty not sure if with ScriptRunner you can do the same, but with JMWE I do a similar operation with Stories and Subtasks.
Then in the parent you need to have a condition like this:
All sub-tasks must have one of the following statuses to allow parent issue transitions: DONE CLOSED or CANCELED
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.
Question: We are using Sub-Tasks and Tasks in an Epic to manage onboarding. I am able to get the Epic to close when all Tasks are completed, but it does not close when a sub-task of the Epic is closed.
In the audit log when the final sub-task was closed, the action details stated:
"This rule was configured with a project restriction. You can change this restriction in the 'Rule details' section. Only issues from the following projects or project types will be considered:HR"
Is there something wrong in my Automation rule?
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.
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.