Cycles
Create and manage sprints/cycles, track velocity and completion.
4 tools
# create_cycle
Create a sprint/cycle for a project
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID |
| name | string | ● | Cycle name |
| start_date | string | ● | Start date (YYYY-MM-DD) |
| end_date | string | ● | End date (YYYY-MM-DD) |
| auto_rollover | boolean | — | Auto-rollover incomplete tickets |
# close_cycle
Close/complete a cycle
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| cycle_id | string | ● | Cycle ID |
# list_cycles
List cycles for a project
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| project_id | string | ● | Project ID |
# get_cycle_metrics
Get velocity and completion metrics for a cycle
| Parameter | Type | Required | Description |
|---|---|---|---|
| workspace_id | string | ● | Workspace ID |
| cycle_id | string | ● | Cycle ID |