create_sprint
Create a new sprint for a project by specifying name and owners, with optional dates and capacity hours to organize development work.
Instructions
[Project Management] Create a new sprint
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | Organization ID | |
| projectId | Yes | Project unique identifier | |
| name | Yes | Sprint name | |
| owners | Yes | Sprint owner user IDs | |
| startDate | No | Date string in YYYY-MM-DD format | |
| endDate | No | Date string in YYYY-MM-DD format | |
| description | No | Sprint description | |
| capacityHours | No | Sprint capacity hours |