wetrack_update_sprint
Update a sprint's name, dates, goal, or status. When completing a sprint, specify where unfinished tickets move—backlog or another sprint.
Instructions
Update sprint details, status, or goal.
Args: sprint_id: The sprint UUID. name: New sprint name. start_date: New start date 'YYYY-MM-DD'. end_date: New end date 'YYYY-MM-DD'. goal: New sprint goal text. status: New status — 'PLANNED', 'IN_PROGRESS', or 'COMPLETED'. move_to: Where to move unfinished tickets when completing a sprint. Use 'BACKLOG' or a target sprint UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | ||
| name | No | ||
| status | No | ||
| move_to | No | ||
| end_date | No | ||
| sprint_id | Yes | ||
| start_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |