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