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?
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.
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.