Closing a parent task

Good afternoon. How can I customize closing of parent task if all attached tasks are in ready status? There is no such parameter in WorkFlow UI. Can I implement it only using JS?

0
1 comment
Official comment

Hi! The default Subtasks workflow has a rule “Fix parent task when all subtasks are resolved”. You can attach this workflow to your project and enable this rule. If you'd like to adjust its behavior, you can copy its code to a custom workflow and edit the code. You may use our Developer Portal for more reference on creating workflows in JS.

Please sign in to leave a comment.