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.
Hello, I would like to transition the parent User Story ticket based on the transition of CERTAIN select custom sub-tasks within it. For Example:
Only if ALL Alpha + Beta + Charlie sub-tasks are transitioned to DONE, then update Parent transition to READY. Delta sub-task should always be exempt.
So rule should trigger if:
However rule should NOT trigger if:
Hi @Dan H - How are you delineating the types of sub-tasks? Are these custom sub-task issue types or are you using some type of component/field/label to distinguish them? This will help in crafting a response.
Yes apologies, I will mention this above.
They are all custom sub-tasks as I thought having this would make this rule much easier to put together.
Sub-task types:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All good - So, I would do something like this:
Parent = {{issue.parent}} AND issueType IN (Alpha,Beta,Charlie) AND statusCategory != Done
{{lookupIssues.size}}
Less Than
1
Quick summary:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This works brilliantly and does exactly the job, thank you very much for your help with this!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just updating to say found an edge case in the flow that resulted in an error (below), but resolved by adding the following:
The error was:
Transition issue
Destination status could not be resolved. If using a smart-value ensure this resolves to a numeric status ID or untranslated name for issues (with current status):
[Parent ticket ID] (In Progress - 3)
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.