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
Hello Everyone !
After more than a year using JIRA for our Delivery we would like to improve our Workflow by adding new status. On of this status is "Cancel".
this is the rule I would like to have ;
When the issues is moved to "Cancel",
All child issue that are not in "Done" also move to cancel
Is it something possible ? I'm trying via the automation rules but I only find solution that allow the automatic update of a parent issue when all the child are in a specific status.
Many thanks upfront for your help !
Yeah, it's possible and fairly easy - here's a similar rule for auto-closing sub-tasks (see below).
You'll just need same by updated for transition to "cancelled" and if check if status not equal cancelled for the sub-tasks.
Similar approach would work for cancelling "Epics" and synchronising child items. Although may need to JQL for the branch (e.g. "epic link" = {{issue.key}} to find children of the Epic).
Obviously, the workflows for all of the associated issuetypes need to include a "cancel" status for this automated transition to work.
I hope this helps.
Hey Tim,
Quick, clear, and working ! thanks a lot for your support !
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.