# Tickets

## Overview

The Tickets view serves as a centralized list of all project tickets.

It allows users to view, filter, group, and manage tickets efficiently. With inline editing, users can quickly update key ticket attributes, such as status and story points. The view also provides flexibility to move tickets between different statuses or sprints.

<figure><img src="/files/wOhERcjPGIa6LPvLpVcM" alt=""><figcaption><p>Example of Tickets screen with highlight of grouping button location</p></figcaption></figure>

## **Accessing the Tickets view**

To open the Tickets overview, go to the main side menu in Cloud Control Center, then select *Project Management > Tickets*.

## Actions

### **Viewing and Filtering**

* **Viewing Ticket Details:** Click on any ticket row to view and manage [Ticket details](/reference/servoy-cloud/cloud-control-center/project-management.md#view-ticket-details)
* **Search and Filter**: Use the search bar and filters to locate tickets by key, status, priority, or other attributes, allowing for quick access to specific tickets.
* **Sorting and Reordering**: Change the order of tickets by dragging them from the square icon at the beginning of each row. Note: Multiple selection is supported by using the SHIFT button
* **Grouping**: View tickets grouped by either Sprint or Status. Dragging a ticket between groups automatically updates its sprint or status.

### **Ticket Management**

* **Create New Ticket**: Click the [**Create Ticket**](/reference/servoy-cloud/cloud-control-center/project-management.md#create-ticket) button to navigate to **New Ticket** form and add a new ticket
* **Inline Editing**: Modify ticket status and story points directly from the list view without needing to open the ticket details.

### **Detailed Actions**

**Click on the context menu of a ticket to do the following:**

* **Assign to me**: Assign the ticket to yourself
* **Move Ticket**: Move tickets to a different sprint or back to the backlog as needed.

<figure><img src="/files/MrC99NebPK966B4sqKBv" alt=""><figcaption><p>Detailed actions context menu in Tickets view</p></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.servoy.com/reference/servoy-cloud/cloud-control-center/project-management/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.
