update_task_sprint
update_task_sprintUpdate task sprint assignments using sprint numbers like 'S03'. Supports setting single, multiple, or removing all sprints.
Instructions
Update the sprint(s) assigned to a task. Sprints are tracked using a custom field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to update | |
| sprints | Yes | Sprint number(s) like "S03" or ["S03", "S04"]. Use empty array [] or null to remove all sprints |