Currently working on Automations for a project and we have a rule that transitions and epic to done when all sub-tasks are done.
But it does not trigger when there are no sub-tasks and only tasks.
There is not an option within the related issues condition to select just tasks. How can I make this work?
Thank you for the suggestions. I was able to figure it out another way. Here is the rule I used instead and it performed the needed function well.
Hi @Collista Lewingdon
Epics are not the "Parent" of sub-tasks...Tasks and Stories etc are.
If you want an Epic to close when all Stories (or tasks...whatever) are complete.
Go to the Automation library and use "When all stories are completed → then close epic" as the template to get you started.
If you wanna do the sub-task level as well, use "When all sub-tasks are done → move parent to done" as the template.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As you can tell from my screenshots above, I already have this automation and it does not do what I need. We are not using stories, just tasks connected to epics
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Collista Lewingdon No, the one in your screenshot will not work on epics and tasks, as it is the Sub-task based one. Use the "When all stories are completed → then close epic" template and tweak to work for your issue type(s) and "Done" workflow status(es).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You might be able to use a JQL condition for your second step as in my screenshot here, setting the query to search for Task issuetype and then if you want to add any other conditions.
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.