Looking for help on cloning.
I have multiple boards that feed in to one board on work management.
the multiple boards have automation that will clone a task in to this board.
Once a task or issue is transitioned to done status i want that to auto change the cloned task to done
Can i set automation from my board that holds all the clones to look for linked issues and if they change to done then set status of clone to done?
Hope that makes sense!
Hi
Yes, you can achieve this by using automation. The trigger will be when an issue transitions to the "Done" column. You can then use a branch to check if it has a linked issue of type "Clone". If it does, you can move that linked issue to the "Done" column.
Automation rule -
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.