I've setup basic workflow in Team managed workflow which has basic transition rules. (not advanced transitions with properties, triggers, validators etc..)
Can I set the workflow to not allow the Issue to be transitioned to a particular status, while it has subtasks that are not 'Done'?
Or is it only available for particular workflow types?
Hi @Bill Quinn and welcome to the community!
As you know, team managed projects have less capability so you don't have the same condition logic you would have with company managed projects. However, you could do something with a combination of the transition rule "Check an issue's field" and a couple automation rules:
Create a custom field (a checkbox should be fine)
AUTOMATION RULE #1
Check the box when a new subtask is created
AUTOMATION RULE #2
Uncheck the box when last subtask has been moved to Done
TRANSITION RULE
A great help Mark... Thankyou!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 this was a big help for me, too!
Bonus tip / newbie realization: in the IF condition, the "done" status must be listed as upper-case "DONE", otherwise this condition wasn't satisfied.
A bonus bonus tip for is the THEN action has to reside within the parent branch of the rule, otherwise the rule won't find the parent field within the subtask issue.
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.