# Merge and Unmerge Ticket

### **Merge Ticket**

The function of merge ticket is to merge two or more tickets together if you receive two support requests about the same issue from the same end-user.

Sometimes, you may receive multiple tickets that have a similar root cause over a period of time. It may be due to customers inadvertently raising duplicate requests. 3Dolphins allows you to efficiently manage such duplicate tickets by merging them. This essentially allows your agent to track the issue via a single ticket while closing out all the duplicates.

When you merge two or more tickets, one of them becomes the primary ticket with which the other tickets are merged. The primary ticket remains open and only the primary ticket requester will get replies from the agent. The tickets merged into the primary ticket will be marked as ‘Closed’.

1. Agents can merge tickets with existing tickets in other agents. After the merge, the ticket that has been merged will move to the **Closed** tab, and all merge tickets are listed in the merge ticket stories.
2. Agents can merge tickets with tickets that have a ‘Closed‘ status. In this case, when the ticket is unmerged, the ticket that was previously closed will move to the **Closed** tab again.

For example, on the dashboard page select a ticket and click the **'Merge ticket'** button (![](/files/-MPmXVvR-HQXSVRwnDo1)). Then, in the pop-up of merge ticket, you can search tickets based on ‘Ticket Number’ or ‘Account Name‘, tick the ticket of customers will be merged, and click the **'Merge'** button.

![Merge Ticket](/files/mr8wk7kRvwEr7RwQZHTZ)

After the tickets are successfully merged, the tickets will automatically close and move to the **Closed** tab. For example, if you merge ticket ‘A‘ with ticket ‘B’, then ticket ‘B’ will automatically be closed and move to the **Closed** tab.

![Closed Tab](/files/Uw2iQSgHD4DEFpiHJAcs)

If you want to view the history of merge ticket, click the **'Merge Ticket Stories'** button( <img src="/files/-MP7eemA9NLW92hgW972" alt="" data-size="original"> ). Then, you can see the ticket has been merged, such images below.

![Merge Ticket Stories](/files/xO1amegMGAB6vpiipg4n)

### Unmerge Ticket

Unmerge ticket function is to reverses the merging action and brings back the original tickets. The ticket that has been unmerged will move to the **Inbox** tab and it starts behaving like any other regular ticket. After unmerging the ticket, SLAs will start working again. But, if the Agents merge tickets with status is 'closed', when the ticket is unmerged, the ticket will move to the **Closed** tab again.

{% hint style="info" %}
Unmerging tickets can only be done on the parent ticket.
{% endhint %}

For example, on the dashboard page select ticket and click the **'Merge Ticket Stories'** button (![](/files/-MP7eemA9NLW92hgW972)). Then, you can see a pop-up of merge ticket stories, select ticket, and click the **'Unmerge'** button (<img src="/files/-MVL-wfnYTM5AwMTxAHr" alt="" data-size="original">).

![Merge Ticket Stories](/files/wo9IfkfW6Cb2xHuGNfD8)

You will prompt to confirm the unmerge request, click ‘**Yes**‘ to unmerge ticket, or you can click ‘**No**‘ to return to the customer support page.

![Confirmation Unmerge Ticket](/files/6r2sf9MLe5nexeJMzW0E)

The ticket that has been unmerged will move to the **Inbox** tab and it starts behaving like any other regular ticket.

![Inbox Tab](/files/cInHrCYdl0x6HwKzJBPo)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.3dolphins.ai/customer-service/dashboard/merge-and-unmerge-ticket.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
