We have an automation that auto links issues based on comments made. It checks if if the format of what has been commented matches our ID formatting.
.
Then links the issue(s)
Now this works fine, but it tries to link anything that matches. Which causes multiple daily errors. Is there a clause I can put in to check if the "A-Z" part matches our IDs?
I have though about adding in the below before the Link Issues, but I have no idea if that would work. Or if theres just a better way to do it.
Hi @Terry Dance
Hope you are doing fine.
You may consider using below syntax for the REGEX:
^.*DEF.*$
Hope this helps.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.