Adding screenshots of rule, audit log and Cloned ticket. Both tickets are of same type. Although I am curious to know if that would impact this automation
Any input would be appreciated
Hello @Haseeb Khan
In the future please click on the Show more link to the right of the Audit Log entry to reveal the details about the individual execution of the rule, and share that information with us.
The problem with your rule is that the action to Link Issues is happening at a point in the rule where the context is focused on the trigger issue, not the newly created issue. There are two ways to fix this.
Option 1 (easiest):
In the Clone Issue action, add the Linked Issues field as one of the fields you want to set, and create the link to the trigger issue there. Then delete the separate action for Link Issue.
Option 2:
After the Clone Issue action add a Branch: For Each: Related Issue: Most recently created issue.
Add the Link Issue action within that branch
Hello @Haseeb Khan
I believe this i snot working because your linking to the trigger issue, but in this automation the trigger issue and the issue you are actioning are the same, so that's why no links are being made. The best solution would be to link the issue in the clone action. See below:
Best,
Christian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Christian This fixes the issue. Thanks! the language in the config was a little confusing, but I got it
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.