upservice_update_sprint
Modify a sprint's title or date range. Provide the sprint ID and optionally new title, start date, or end date.
Instructions
Update a sprint's title or dates.
Args: params (UpdateSprintInput): sprint_id (int), title/date_start/date_end (all optional), extra_fields (optional dict)
Returns: str: JSON of the updated sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |