Hello Community,
I have a simple case:
When a sprint is completed, all existing tickets should be scanned. If one of the existing tickets in the sprint has a linked ticket, this linked ticket should be set to Done.
So here is my rule:
But the rule not work:
Hi @Sebastian Buck ,
as this rule requires to first find all issues in the sprint, and then find all issues linked to those, you will need to create 2 rules. This is because you can't have a branch inside a branch in Automation.
The first rule will add a temporary label to the issues in the sprint that was closed, in order to tag them.
The second rule will find those tagged issues, close their linked issues and remove the temporary label.
Please remember to check in the rule details "Allow rule trigger" so that rule 2 can be triggered by rule 1.
Rule 1:
Rule 2 :
Let me know if this helps,
--Alexis
hi Alexis,
great your solution works!
best regards,
Sebastian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great ! Can you please mark my answer as "Accepted" so that others can find it ?
Thanks !
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.