update_sprint
Modify Jira sprint details including name, dates, goal, and state. Update specific fields for active or future sprints, or adjust name and goal for completed sprints.
Instructions
Update sprint information (name, dates, goal, state). Only provided fields will be updated. For closed sprints, only name and goal can be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sprintId | Yes | ID of the sprint to update. | |
| name | No | New name for the sprint. | |
| startDate | No | New start date (ISO 8601 format). | |
| endDate | No | New end date (ISO 8601 format). | |
| goal | No | New goal or objective for the sprint. | |
| state | No | New state: "future" for upcoming, "active" to start, "closed" to complete. |