You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm testing a simple automation rule to automatically link duplicate issues.
------
When issue created
For Similar issue description
Then: Link issue to Trigger Issue -> duplicates: Trigger issue
--------
I'd like to add two more requirements. One, the reporter has to be the same (as well as similar description). Two, do not link if prior duplicate is 'Done' status. This seems like an easy to-do task but having problems. I think two added requirements are New Condition IF statements?
Any help would be much appreciated.
Hello @Robert Munoz
Based on the current Automation templates available, I do not see any option to identify if the issue description is similar.
The closest option I can think of is to compare the description against a predefined text or to the description of an earlier issue.
The complete list of templates can be referenced here.
Thanks for the feedback @Gaurav I'm using the 'Similar Description' option in the Branch rule.
I've figured out how to filter on Status != 'Done' for example by placing the New Condition downstream in the branch just before the Link of the Similar description, see below. However, I don't think the 'Reporter Is' is filtering on all issues with the same Reporter. Perhaps it needs to be in the branch downstream of Similar description as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Gaurav
That seemed to work. I went with issue.reporter.emailAddress since the email I'm testing from is not a registered user with a profile name. Please see below. I think that would still be safe to keep that way when we go live.
This type of action, capture and store, that you've mentioned above would be the process if I wanted to be specific with using a smart value, (sort of a regex), for the description field as well? I'd like to substitute the Similar Requests panel/sensitivity slider with a string search and match say the first 100 characters of the description in order to determine duplicate issue. Have you dealt with these types of smart values text fields before?
Thanks again!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Robert Munoz ,
Asking for help🙏. Trying to set up this rule like this
Start with testing the rule creating the same ticket as in the backlog, because I've read that the rule checks not only description
But it doesn't link anything, and Audit log tells that No actions performed. I can get it why. It's so simple at first sight.
I will be grateful for the help because struggle with this rule for a couple of hours already:(((
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Robert Munoz
Thanks for sharing the possibility of finding issues with a similar description. This would be really helpful.
In order to compare the reporter of the trigger issue and issue with a similar description, you will need to capture and store the reporter of the trigger issue. This can be achieved in the manner depicted in the screenshot below.
Please let me know if this serves the purpose.
Kindly accept the answer if 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.