Good Evening Team,
I wanted to share a use case we’re currently addressing:
Use Case
We’ve observed that tickets marked as Complete can be unintentionally reopened when a client replies to the original email thread. This happens because the reply is sent to our support address and includes the original ticket number, which causes the system to reopen the closed ticket. This behavior disrupts our reporting, particularly around ticket resolution times.
Proposed Solution
- Identify incoming emails with a subject line containing
"RE:"
and a valid ticket number. - Check the ticket status in Autotask to confirm if it is marked as Completed.
- Evaluate the ticket age to ensure it meets our criteria for archival or follow-up.
- If conditions are met, append the new email content as a note to the existing (completed) ticket.
- Create a new ticket, and include the note with the previous ticket’s details.
- Add a reference link in the new ticket pointing back to the original ticket.
- Proceed with standard ticket processing for the newly created ticket.
I’ve started building a rule to implement this logic, but as I’m still new to MSPIntegration, I’d appreciate any insights or suggestions on whether this is the most effective approach—or if there are better alternatives we should consider.
Thanks in advance!