Looking for help with automation.
If a ticket is linked using duplicate and duplicate by.
If the Duplicate ticket is Resolved, I want the duplicated by ticket to also automatically resolve with a note to the customer. Is this possible?
You can create an automation that looks similar to this one, just change the branch to look for the specific link type that you want it to look for.
Will the issue itself be closed if he is the one that duplicates the other and the other is the one who is 'duplicated by'?
Looks like it won't by this rule when triggered by this issue however I wonder if the other one will trigger the same rule and that will close the first issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Hadas The way the rule I included above is configured it will not trigger on the associated issue, since it is of the type Service Request, and the automation is only looking for Change Requests. It all depends on how you set up your conditions and what you trigger on.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
(In case this comes up) that you get error "No transitions to specified status could be found for issues"
because the related issues are in a status that does not transition directly to "Resolved", then I have a solution.
Come in "Branch Rule/Related Issues"🪄
Using your example, let's say the workflow allows from any status to "Resolved", except "Pending". You have ticket ABC-1 as the main ticket, and all ABC-2 and ABC-3 tickets have issuelink of "Duplicates" to ABC-1 (they are duplicates of ABC-1). ABC-2 is currently "Pending" and ABC-3 is "Open". The solution would be:
Trigger: when issue is transitioned to "Resolved" (Done in my picture)
Branch related issues
Branch 1
For linked issues, that have the type: Is duplicated by
Condition
If status = Pending (the ones that can't transition immediately to Resolved (Done in my picture))
Action:
Transition issues (all related issues with condition above) to open
Transition issues to the same status of the issue that is duplicated by all others (essentially, transition all the issues that are duplicates of the main issue, to Resolved as well)
Branch 2
For linked issues, that have the type: Is duplicated by
Condition
If status != Pending (the ones that can transition immediately to Done)
Action:
Transition issues to the same status of the issue that is duplicated by all others (essentially, transition all the issues that are duplicates of the main issue, to Resolved as well)
Happy Learning.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you this is working like a charm without any issues :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.