I want to create an automation rule where:
User Story
Epic:
Hi Pete,
Take a look at this sample rule and give yours a try. Let us know how we can help.
https://www.atlassian.com/software/jira/automation-template-library/rules#/rule/112177
This is great! Thanks @John Funk . What about the Due Date? This is what I am most interested in.
Once ALL the child tickets move to "Done", then I want the Epic's Due date to update as the "end date (current date)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @John Funk - Here is a screenshot. I basically want to capture the due date on the parent, when all the subtask/child tickets are moved to "DONE".
Questions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Pete - so sorry for the delay, I have been very busy lately.
I would add a Condition to check if the Issue Type = Sub-task (before the Edit Issue)
Then add a branch after the condition for Parent
Add Condition to check that all of the children are Done
Then move the Edit issue under the branch.
See the example here:
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.