I'm looking for a way to automatically combine or link tickets that have the same 15-digit ticket number in their subject lines. Currently, one of our automated systems creates separate tickets for updates to the same issue, resulting in duplicate tickets, often due to changes in the subject due to adding to the description.
Trying to accomplish:
- Identify tickets with matching 15-digit numbers in the subject line
- Automatically combine these tickets into a single ticket or create strong links between them
- Preserve all updates and communications from the separate tickets in the combined/linked ticket
Current workaround:
I've set up a filter using regex (\b(\d{15})\b) to identify matching ticket numbers, but I can only route these to a team for manual combining.
Has anyone developed a plugin or found a method to automate this process? I would greatly appreciate any suggestions for achieving this functionality.