create_sprint
Create a new sprint on a specified board, providing name, goal, and start/end dates to organize and plan upcoming work.
Instructions
Create a new sprint on a board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Sprint goal | |
| name | Yes | Sprint name | |
| endDate | No | ISO 8601 date time | |
| startDate | No | ISO 8601 date time | |
| originBoardId | Yes | ID of the board where the sprint originates |