upservice_get_sprint
Retrieve a specific sprint by its ID, returning full sprint details in JSON format.
Instructions
Retrieve a single sprint by ID.
Args: params (SprintIdInput): sprint_id (int)
Returns: str: JSON of the sprint record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |