Create sprint
create_sprintCreate or update a named sprint on a board with start/end dates and a goal. Optionally assign tickets immediately to organize work into sprints.
Instructions
Create (or update) a named sprint on a board, with optional start/end dates and a one-line goal. The registry is persisted in the project config; tickets join a sprint via a sprint: label (see assign_sprint), so label-only sprints written by the board UI keep working.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | YYYY-MM-DD | |
| goal | No | One-line sprint goal. | |
| name | Yes | Sprint name, e.g. "Sprint 1" or "2026-W29". No ":", ",", "[" or "]". | |
| start | No | YYYY-MM-DD | |
| project | Yes | ||
| tickets | No | Tickets to pull into the sprint right away. |