upservice_activate_sprint
Activate a sprint to start it, updating the sprint status and returning its details as JSON. Requires the sprint ID.
Instructions
Activate a sprint (start it).
Args: params (SprintIdInput): sprint_id (int)
Returns: str: JSON of the updated sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |