Hey there,
I hope somebody will be able to help me, because I'm struggling with this task for 2 months((
I need to move from Blocked to Reopen status issue, when all linked issues, which were blocking it go to Closed, Merged or Not relevant statuses.
I have this rule
And this log
Always no actions performed.. Maybe you can help me to find what I'm missing((
Hi @Dana Pliavinska ,
Base on the Action details from screenshot. It passed condition using blocks (you have linked issue type blocks. So "For Linked Issues" you should use blocks (this will get the issue under blocks linked issue) instead of blocked by.
You can try this sample automation:
**** sample status "Closed", "Merged", "Not relevant"
When: Issue transitioned - select sample status
If: Related issues condition - Linked Issues - blocks - Are presented
For Each: Branch rule / related issues - Linked Issues - blocks
If: Related issues condition - Linked Issues - is blocked by - All match specified JQL:
status in ("Closed", "Merged", "Not relevant")
Then: Transition issue to Reopen
Hope it helps!
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.