Hello Team,
I am trying to set only duplicated issue to Done. My Automation logic sets all issue with same Summary to Done. I need to keep original Issue as it is.
This is Automation Rule:
Can you please assist here?
Thanks!
Hi @Sophia Smith ,
a couple of editorial comments first if I may...
now to respond to your request...
You need to somehow identify "the original" such that you could check for the absence of this condition in your current condition that checks the summary.
For example, if the original had a label, e.g. "original" then you could check for the absence of the label. Fundamentally the issue is in identifying the original.
Possibly you could approach differently, triggering on issue created vs. Scheduled. Create a rule that triggers on issue created that checks to see if any issue (lookupIssues with JQL) currently exists that has the exact summary as the trigger. If so then link to the existing issue and transition trigger issue to Done with resolution of Duplicate.
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.