Move story (parent) to specific column, when last subtask is moved to that specific column. By automation
Hi @Koen Eisinga and welcome to the community!
You would want something like this:
In this example, I'm transitioning the parent to done when all of the subtasks status = Done.
Hi @Mark Segall, thanks for your welcome and solution.
Tried to solve it like this for now, not sure if it works likes this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Your first condition should be sub-task. Basically, the rule should be doing this:
Since your rule is looking for issue type task, it likely won't find a parent.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Koen Eisinga ,
Welcome to the Atlassian Community. Your automation could be similar as the below screenshot although you may need to play around with the branch section (For Stories ...) to fit it to your needs and maybe add some conditions to limit the search
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.