upservice_create_sprint
Create a new sprint under a project by specifying title, project ID, start and end dates.
Instructions
Create a new sprint under a project.
Args: params (CreateSprintInput): title, project (int), date_start (YYYY-MM-DD), date_end (YYYY-MM-DD), extra_fields (optional dict)
Returns: str: JSON of the created sprint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |