Skip to main content
The Cycles API allows you to create and manage time-boxed development iterations (sprints).

Overview

Cycles are time-boxed periods for organizing work. They help teams plan capacity, track velocity, and maintain a sustainable development pace.

Endpoints

All cycle endpoints are available via tRPC at api.cycles.*

List Cycles

Example:

Get Cycle

Example:

Get Current Cycle

Returns the currently active cycle based on date range.

Create Cycle

Example:

Update Cycle

Get Cycle Progress

Example:

Get Cycle Issues

Add Issue to Cycle

Example:

Remove Issue from Cycle

Get Velocity Metrics

Example:

Types

Cycle

Cycle Status

Cycle status is derived from dates:

CLI Usage

Webhooks

Cycle-related events are emitted:

See Also