You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
In Team- Managed Project, I try to block parent issues to Done status if subtasks are not completed. But there are few rules for Team - Managed project. How can I set up this rule by Automation and What are the specific steps?
Thank you
Hello @Naia
You cannot use an Automation Rule to directly block a workflow transition.
Automation Rules are triggered at the conclusion of an event, such as the transition of an issue. The rule would not be triggered until after the issue status had completed the change to Done.
You could use an Automation Rule to change the issue back to its previous status if there were subtasks open.
You could also use a custom field in the parent issue to keep track of how many subtasks are not Done, using an Automation Rule to update the custom field. Then in the transitions you could use the workflow transition rule for "Restrict to when a field is a specific value" to confirm that the custom field indicated no not-Done subtasks in order for the transition to proceed.
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.