create_sprint
Create a new sprint for a project by providing its name and optional goal, start, and end dates.
Instructions
Create a new sprint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Optional sprint goal | |
| name | Yes | Name of the sprint (e.g. "Sprint 1") | |
| endDate | No | Optional ISO end date | |
| projectId | Yes | Project UUID | |
| startDate | No | Optional ISO start date |