# Active Sprints

## Overview

The **Active Sprints** view provides a **Kanban-style board** to manage tickets across all active sprints, with each sprint’s tickets arranged by status columns.

These columns represent the default status stages (e.g., Open, In Progress) and any additional statuses that may be enabled in the project management settings.

This view allows teams to track progress across sprints at a glance and provides an organized approach for updating ticket statuses and monitoring workflow.

{% hint style="warning" %}
Custom status columns cannot be defined; use tags to group or categorize tickets instead.
{% endhint %}

<figure><img src="/files/Zbhtg5XiVozmkJHu0Mgi" alt=""><figcaption><p><strong>Example of Active Sprints view with one active sprint</strong> Optional blocked column also enabled (see Project settings for more details)</p></figcaption></figure>

## Actions

### **Change Ticket Status**

Each column on the **Active Sprints** board represents a status, either a default or an additional one enabled from project management settings, allowing tickets to move through clearly defined stages.

To change the status of a ticket:

* *Drag and drop*: Move tickets between columns to change their status directly on the board.

<figure><img src="/files/hj4s6dQPWTaLem2GudSg" alt=""><figcaption><p>Example of drag and drop move ticket from a column to another Optional blocked column also enabled (see Project settings for more details)</p></figcaption></figure>

### **Filter Tickets**

In the **Active Sprints** view, you can filter tickets to focus on specific sprints or narrow down by ticket attributes like status, priority, etc.

When managing multiple active sprints, a predefined sprint filter at the top of the **Active Sprints** view allows users to display only the tickets for a specific sprint.

These filters help reduce visual clutter and keep priorities clear by displaying only relevant tickets.

<figure><img src="/files/nkQfpSeuhuHe8sex2IoI" alt=""><figcaption><p>Example of Active Sprints view with multiple active sprints and filter applied; Optional blocked column also enabled (see Project settings for more details)</p></figcaption></figure>

### **View Ticket Details**

To see more ticket details, from the **Active Sprints** view:

* Click on any ticket tile in the **Active Sprints** view
* This navigates to the **Ticket Details** view, where you can manage additional information and perform related actions

<figure><img src="/files/HEcNUS5N2Qt7yrVQR7d2" alt=""><figcaption><p>See ticket details from Active Sprints 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/active-sprints.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.
