How do you prevent an Issue advancing to Done if the sub-task isn't Done? Note that I've also made the sub-task a blocker of the main Issue.
Hi @Ed Green,
I think the workflow-condition "Sub-Task Blocking Condition" is there out of the box.
Add this condition to the workflow steps, which are leading to the status "Done".
If there are open subtasks then, you won't see the closing transition of the parent issue.
Hey @Ed Green,
One other option for doing this is to use the Power Scripts add-on.
Here's a step-by-step guide on how to prevent an issue from closing unless all sub-tasks are closed.
Hope this helps!
Johnson
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
You can not make it out of the box. You would need an addon. For example, if you have Adaptivist ScriptRunner, then you can use "All sub-tasks must be resolved" condition. You can read more here
https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_all_sub_tasks_must_be_resolved
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.