# Ticket Statuses

## Types of ticket status

Wrangle has two types of ticket status: original statuses, which are the ones that Wrangle automatically creates for every inbox, and custom statuses, which are the ones you create for specific inboxes.&#x20;

### Original statuses

Here's a breakdown of Wrangle's six original ticket statuses:&#x20;

<div align="center"><figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FQrq5nnFEieASgGtrDubG%2FWFR%20Wrangle.jpg?alt=media&#x26;token=707cbb14-ca5a-4591-9437-58acaf3c3165" alt=""><figcaption></figcaption></figure></div>

* **New** - The ticket has not yet been claimed
* **In Progress** - The ticket has been claimed and the agent is working on it
* **Waiting for Reply** - The ticket is paused while waiting for a response from the requester.&#x20;

{% hint style="info" %}
This status is only available when you enable “Update ticket status when awaiting response from requester” in Ticket Lifecycle > Ticket Statuses. If this setting is disabled, Wrangle won’t use the Waiting for Reply status.
{% endhint %}

* **On Hold** - The ticket is on hold before it can be resolved. Time spent in On Hold status does not count against your [SLAs](https://docs.wrangle.io/tickets/setting-up-your-inbox/ticket-slas)
* **Resolved** - The ticket has been completed with a resolution
* **Closed** - The ticket has been completed without a resolution

These six statuses cannot be deleted or renamed, but if you are using Custom Statuses, you can hide them. More below.

### Custom statuses

Custom statuses let you create new statuses that reflect your team's actual resolution process. Each custom status must map to one of the five original statuses so Wrangle can accurately track response and resolution times. In your preferred **Inbox** settings, click **Add new status** under **Ticket Statuses**.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FQrxcs2tu1yVlOPIk3Vxh%2FWFR%20Wrangle.jpg?alt=media&#x26;token=55095ec7-fb0f-40d7-8bf6-f821b0182416" alt=""><figcaption></figcaption></figure>

#### Creating Custom Statuses

When creating a custom status, you'll choose which original status it maps to under the "Category" option.

**Example:** Instead of using the generic "On Hold" status, you could create:

* "Pending Legal Approval" (maps to On Hold)
* "Pending HR Approval" (maps to On Hold)

Now agents can provide more context about why a ticket is on hold, while Wrangle still tracks SLA metrics correctly.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FyDj7GWML4D32EFNLxFnO%2Fimage.png?alt=media&#x26;token=5096a77a-6769-4154-b9e4-2a3a88ed9f02" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2Fbq7kqYxenigqcHLTUX5x%2Fimage.png?alt=media&#x26;token=e0dcf363-84fa-4fe3-b669-c52aae53509a" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Custom statuses need to map to one of the six original statuses so Wrangle can accurately report on response and resolution times.
{% endhint %}

## Ticket status defaults

When you have multiple statuses mapped to the same original status, you can set which one is the default. Click "**Use as default**" while creating the custom status. Your default status will be applied whenever Wrangle automatically assigns a ticket status.

**Example 1: Custom "New" status**

* You create a custom status "Not going to fix" mapped to "Closed"
* You set "Not going to fix" as the default
* You have [automatically close tickets in response to reactions](https://docs.wrangle.io/tickets/setting-up-your-inbox/ticket-lifecycle/ticket-resolution), that is, auto-close via ✅ reaction enabled
* Result: When agents react with ✅, the status is set to "Not going to fix" instead of "Closed"

**Example 2: Custom "Closed" status**

* You create a custom status "Unclaimed" mapped to "New"
* You set "Unclaimed" as the default
* Result: New tickets are automatically set to "Unclaimed" instead of "New"

## Ticket status visibility

As you add custom statuses, you can hide original Wrangle statuses that are no longer relevant. This prevents agents from selecting them when updating tickets.

{% hint style="info" %}
Original statuses can only be hidden when you have added a new custom status of the same type.
{% endhint %}

In our example, we've replaced "On Hold" with "Pending Approval." As long as a custom status with a Status Type of "On Hold" is selected as the default, you can then hide "On Hold" so agents won't be able to select it.

<figure><img src="https://3500333410-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M8Mly5TzbK30rAk6_PN%2Fuploads%2FhR5jMN2WscHlLfGdT8A0%2Fimage.png?alt=media&#x26;token=512dbb85-19b3-4df6-b88d-b0afc2057c91" 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-statuses.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.
