kaiten_update_sprint
Update a Kaiten sprint's title, goal, dates, or archive cards. Set active=false to finish the sprint and optionally archive completed cards.
Instructions
Update a Kaiten sprint. Set active=false to finish/complete the sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Sprint goal | |
| title | No | Sprint title | |
| active | No | Set to false to finish/complete the sprint | |
| sprint_id | Yes | Sprint ID | |
| start_date | No | Start date (ISO 8601) | |
| finish_date | No | Finish date (ISO 8601) | |
| archive_done_cards | No | Archive completed cards when finishing a sprint (default true, only used when active=false) |