# Tickets

Using the Tickets module, you can build Ticketing Boards and add tickets to them with priority. Plus, assign team members to resolve the issue promptly.

![](/files/k7jrou7T2RTSvD9UAn1j)

Click **Tickets** in the sidebar to access Ticketing Boards. If you've already a Ticketing Boards, you'll find them like the above.

### Create a Ticket Board

Click **Add new board**.

![](/files/Lb3Wd6JjnxF2lO0KTXCl)

This will create an untitled ticket board with the following options,

![](/files/pCHHvetV5rmrxyc0tVAc)

* **Untitled Board**: To name the board.
* **Add a list**: To add ticket board lists for tickets.
* ![](/files/7cOJmRd8DxRjtcY9eJQR) **Filters**: To filter tickets.
* **Order by**: To sort tickets in different orders.
* And<img src="/files/vc58mm9HrggiEv6ieSsa" alt="" data-size="line">**Delete**: To the delete the ticket board.

### Create a Ticket

The following steps will allow you to create a ticket effortlessly:

#### #Step 1 - Add a List

To create a ticket, first, click on the **Add a list** option.&#x20;

![](/files/qM3nWiVGjrIbRvRUlPnK)

Then, input the ticket list title and click **Add**.

#### #Step 2 - Add a Ticket

Once the list is created, add a ticket by clicking the **Add a card** button.

![](/files/yI4TMZyDq8xtN2ffea0T)

Input ticket/card title; then select a channel and click **Add**.

#### #Step 3 - Input Ticket Details

![](/files/AaDs3ss2TA0TQ2vpoJMH)

After creating a ticket, you need to enter ticket details.

![](/files/Ot5u3uc8NJvT8Eo5PPGO)

To do that, click on the ticket, and it will open a modal to add ticket details.&#x20;

![](/files/yWCHRy8nnocIp1HMkYhE)

Once added the details, click **Update**.&#x20;

![](/files/SYKv1VIYRrB4PiJvKxnj)

{% hint style="info" %}
You can also create a ticket while conversing with a client in chat. Learn more [here](/rum-work-modules/chat/contact-info.md#create-ticket).&#x20;
{% endhint %}

### Search, Filter, and Sort Tickets

![](/files/cwOEf9d1Omfn3H0hmyjf)

If you've created multiple Ticket Lists and Tickets, then you'll find them like the above.

![](/files/RF7qa76IISed9cE8GJ7m)

To quickly find the ticket, you can use the Search bar. To narrow the search, you can use ![](/files/7cOJmRd8DxRjtcY9eJQR) Filter options.

![](/files/FVoBjHjYPD0SEcHHVYCN)

First, select Ticket Priority → then choose Tags → Team Members → Date Range, and click **Apply**.

![](/files/cVcehdz969oVCGjmt8Iw)

You can also view the closed tickets by ticking the checkbox, **Show Closed Tickets**. In addition to the Search and Filter options, you can also arrange tickets in different orders.

![](/files/6QOIK30jFEM4YjhKwznk)

Click the **Order By** and then choose one of the following,

![](/files/PWF98yd8DJjYRCgMjlsd)

* Latest Created First
* Oldest Created First
* Latest Due Date First
* Longest Due Date First

### Close a Ticket

To close a ticket, first, select the ticket.

![](/files/wEAJSUMRcKVtqdtUcpqe)

Then go to the![](/files/mmxbD1DkkHFRMWE9rJyC)more options.

![](/files/OrOkFs9Zf4mNlyCgAsyA)

Click on the **Close this ticket** option.

![](/files/yMjB6WJp4YyARSvSh4E7)

Then in the Disposition Comment, select the available choice and click **Save**.

### View Ticket Conversation

Select the ticket.

![](/files/B09guGKwcilPowPf4lza)

Then click on the ![](/files/moJ0gqH5PZbGoJhPwunz)Chat Icon Button.&#x20;

### Remove a Ticket, List, or Board

Follow the below steps to remove a ticket, list, and board.

#### #Removing a ticket

Select the ticket.

![](/files/SQ4Od9L5bclkl1yHqij1)

Then go to the![](/files/mmxbD1DkkHFRMWE9rJyC)more options.

![](/files/iq7tjoE2hyvO4vzeMm5r)

Click on the **Remove Card** option and then **Confirm**.

#### #Removing a List

Go to the list, and click on the<img src="/files/COqRc3XzdD2bpCfZUJB7" alt="" data-size="line">more options.

![](/files/e2MfeivuUhtOvJPMkvET)

Then select the **Remove List.**

#### #Removing a Board

Select the board you want to remove.

![](/files/BLVWwRGhou6bLxoXIIcI)

Then click the![](/files/nBKOxpVGgbrcol7ulk1B)Trash Icon button, and click **Confirm** to finalise the delete.


---

# 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.rumwork.io/rum-work-modules/tickets.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.
