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
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
In Jira Software it is possible to modify workflow such that tasks cannot be marked done unless all subtasks are also done (ref: https://support.atlassian.com/jira-cloud-administration/docs/configure-sub-tasks/)
I can't see a way to do this within Jira Work Management within the standard Team project transition settings.
Does anyone know if it is possible to create this dependency on subtasks in JWM?
Hi @John Howell and welcome to the community!
I have accomplished this through use of automation and a workflow validator.
Automation
We use an automation rule to flag/unflag the parent task based upon the state of its sub-tasks. In the example below, the rule triggers on creation/transition and branches into the parent task twice.
Workflow Validator
Now, in your workflow, you'll want to use the regular expression check against the Flag field
^.{0}$
@Mark Segall thanks very much for coming back to me on this, I will give this a try today and come back to you.
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.