create_sprint
Creates a sprint on a specified Jira scrum board with name, optional start and end dates, and goal. Requires explicit confirmation to execute.
Instructions
Creates a sprint on a scrum board. Guarded: requires confirm:true. Requires Jira Software.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional sprint goal | |
| name | Yes | Sprint name | |
| confirm | No | Must be set to true to actually perform this irreversible/high-impact action. If omitted, the tool returns a warning instead of acting. | |
| board_id | Yes | Id of the scrum board to create the sprint on | |
| end_date | No | Optional end date, ISO 8601 | |
| start_date | No | Optional start date, ISO 8601 (e.g. 2026-07-01T09:00:00.000Z) |