Split and merge
•
Version: 10
Some tooltip text!
• 2 minutes to read
• 2 minutes to read
If one request contains multiple questions, you can split the request.
Sometimes, you will for example see that the customer initially asks a technical question, but then uses the opportunity to raise an invoicing query as well.
Other times, the situation is reversed: multiple contacts in the same company have reported the same technical issue (via phone, email). You can then merge these duplicates into one request.
There's no split()
or merge()
method, but you can write your own logic. Here's how.
Split request
Pre-requisite: ID of the original ticket and the message you want to split out is known.
- Load the original ticket.
- Create a new ticket and copy essential data from the original.
- Set a suitable title and category.
- Copy the message with the new question to the new ticket.
- Modify the original ticket to reflect the split.
- Save both tickets and resume processing.
Tip
You can also split a message.
Merge requests
- Load both requests.
- Copy all contacts and messages from the source into the target.
- Select which request data to keep. If you want to keep the value from the source, copy this into the target ticket (overwrite).
- Set source ticket
connect_id
field equal to the target ticket ID. - Set the status of the source ticket to 5 (Merged/Linked).
- Update any other important settings on the target ticket.
- Save both tickets and resume processing.
Tip
To filter SearchEngine results for merged tickets, include criteria to exclude tickets with status equals 5.