jira_update_sprint
Update a Jira sprint's name, goal, dates, or change its state to active, closed, or future.
Instructions
Update a sprint (name, goal, dates, or state). Use state='active' to start, state='closed' to complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | New goal | |
| name | No | New name | |
| state | No | New state | |
| end_date | No | End date (ISO 8601) | |
| sprint_id | Yes | Sprint ID | |
| start_date | No | Start date (ISO 8601) |