Hi All,
How would I create a project automation to link tickets automatically when they are the same subject line but have "re:" or "fwd:" in front of the new ticket.
Thank you.
Hi @gloria pechacek and welcome to the community!
You could do something like this:
summary ~"{{issue.summary.replaceAll("(re:|fwd:)","")}}"
I've been testing this for a bit now. Can you review to see if I setup it up correctly. In some instances, I get two duplicate RE: tickets
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If memory serves, this rule is not creating issues so the duplicates would've been generated manually. Are these issues getting properly linked to the source issue? If not, please share a screen shot of the audit log for the failed rule execution.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.