Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×Hi Team,
Automatically move the Defect Issue Type ticket to "In Progress" status when all its linked issues "Is Blocked By" are Done from tickets that are related to any other issue type. I used the automation rule below, but the ticket defect's status is not changing, even though all the linked tickets are done. Did I miss anything in this automation rule?
Hi @Lakshmi CH
What is the relationship between the Defect Issue you want to update and the trigger issue for the rule? Knowing that will help clarify how to structure your rule.
As written, this is what your rule is doing:
GIVEN any trigger issue linked to other issues as "is blocked by"
WHEN the trigger issue transitions to Done
THEN for each of those linked issues
WHEN the issue has no linked issues as "is blocked by" which are not "Done"
THEN transition that issue to "In Progress"
Is that what you wanted?
Kind regards,
Bill
Hi @Bill Sheboy , Thank you for your response.
If you see the belwo screenshot, if all linked tickets with "is Blocked By" are in the "Done" status, the main ticket, should move to In Progress status.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for that information, @Lakshmi CH
It seems your scenario is this:
GIVEN a Defect issue
AND it has one-or-more linked issues blocking it
WHEN one of the linked issues moves to Done
AND all of the other linked issues are also Done
THEN transition the Defect to "In Progress"
Is that correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
yes @Bill Sheboy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Lakshmi CH
Can you share with us the information you are getting in the rule Audit Log when you mark the last of a one of the "is Blocked By" linked issues to Done?
The output when you set any of the "is Blocked By" linked issues to Done, whether the first, second, or last, would also be informative to helping us debug your issue and advise you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill ,
Thank you for the quick response, The ticket in the audit its showing is for blocked by ticket not the main ticket, but it should change the main ticket, when the all blocked by tickets are changed to Done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the issue shown in the audit log as the triggering issue the linked issue - the one that is blocking another?
Can you provide images of two of the issues:
1. The issue that is blocked
2. One of the issues that is blocking it.
Specifically what I want to see is the Linked Work Items section so I can see the Description used for the links.
Please make sure that you label the issues to indicate which one is for the blocked issue, and which one is for the issue that is blocking it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill ,
It may be help you in the requirement.
if all linked tickets with "is Blocked By" are in the "Done" status, the main ticket, should move to In Progress status.
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.