# Ticket Resolution

## Resolution Automations

**Automatically close tickets in response to reactions.** Enable quick ticket closure by allowing agents, admins, or bots to close tickets with a ✅ reaction. When enabled, reacting to any message in a ticket thread with ✅ automatically changes the ticket status to "Closed."

This is commonly used by teams who have built Slack bots to auto-close tickets based on specific criteria, like tickets referencing a resolved issue or tickets created before a certain date.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FkM5q2gdStL5b0L66cZpR%2Fclosed.gif?alt=media&#x26;token=b9ee2c95-f8e7-40b1-9b10-b62f9f384ace" alt=""><figcaption><p>When an agent reacts to the original message with ✅, Wrangle closes the ticket.</p></figcaption></figure>

{% hint style="info" %}
We see this used most often by Wrangle customers who have built their own Slack bots to auto-close tickets based on certain criteria, like tickets referencing a particular issue that is no longer relevant, or tickets created before a particular date.
{% endhint %}

### Auto-closing tickets

Keep your inbox organized by automatically closing tickets that have been inactive for a set period of time.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FWBG8HswxTWktujQBVNlH%2FScreenshot%202025-07-09%20at%2012.06.05%E2%80%AFPM.png?alt=media&#x26;token=e4f8d8df-ce6d-4286-8b24-c72001559ae0" alt=""><figcaption></figcaption></figure>

**To enable auto-closing:**

Enable "Automatically close tickets that have not been resolved" and set your desired inactivity period (anywhere from 15 minutes to several weeks).

**How it works:**

* Tickets with no activity are automatically closed after the specified time frame
* Any updates or replies to the ticket reset the inactivity timer
* Tickets with an "On Hold" status will not be auto-closed

## Post-Resolution Automations

Wrangle offers tools for closed/resolved tickets to make it easier for requesters to get additional help, as well as to give you valuable data about how well your team is performing.&#x20;

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2F2PwzQyZhET7BIMa0dqOF%2Fpost_resolution.png?alt=media&#x26;token=2eb902d1-b42a-4586-9129-eebe78c4952f" alt=""><figcaption></figcaption></figure>

#### Automatic Ticket Reopening

**Reopen a ticket when a requester replies to a closed or resolved thread:** When enabled, this automatically changes the ticket status back to "In Progress" if a requester replies after resolution. putting it back in the agent's Waiting on Me queue. This puts the ticket back in the agent's [Waiting on Me](https://docs.wrangle.io/tickets/web-app-monitoring-tickets/my-dashboard) queue for them to address any additional questions the requester has.

{% hint style="info" %}
Wrangle uses AI to ignore replies like "thanks" or "that fixed it." Only replies that clearly indicate a need for additional assistance will reopen the ticket.
{% endhint %}

#### Customer Satisfaction Surveys

Finally, the "Send a satisfaction survey when a ticket is closed or resolved" option allows you to start collecting CSAT scores from your requesters. Whenever a ticket is "Resolved", Wrangle will post a survey in the thread for the requester to fill out.&#x20;

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2Ft7NxMGbyounXg5COF8Kb%2Fcsat.avif?alt=media&#x26;token=148691cc-dd27-4686-882f-0588875ab349" alt=""><figcaption></figcaption></figure>

Once completed, the CSAT score will not be posted to the Slack thread, but it will be visible in the Wrangle web app. You can find CSAT scores for specific tickets under "Satisfaction rating", or view them in the main tickets dashboard.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FUJtg6r5a1xOBdhEaBvuw%2Fcsat_web.avif?alt=media&#x26;token=7518f5bc-32c3-44eb-bbd0-1dadd7b4d14f" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Wrangle will only send Customer Satisfaction surveys to "Resolved" Tickets, not "Closed" tickets.&#x20;
{% endhint %}

You can find additional summary CSAT data in your [ticket report](https://docs.wrangle.io/tickets/web-app-monitoring-tickets/ticket-reports).

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FUrY9edvIyN8T0uKQJZ48%2FCSAT%20scores%20in%20report.png?alt=media&#x26;token=2ed14355-7cc4-4518-88c9-b57cdaf46340" alt=""><figcaption></figcaption></figure>


---

# 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.wrangle.io/tickets/setting-up-your-inbox/ticket-lifecycle/ticket-resolution.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.
