create_sprint
Create a new sprint in Jira by specifying a name and board ID, with options to set dates and goals for agile project management.
Instructions
Create a new sprint. Sprint name and origin board ID are required. Start date, end date, and goal are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the sprint to create. | |
| originBoardId | Yes | ID of the board where the sprint will be created. | |
| startDate | No | Start date of the sprint (ISO 8601 format). | |
| endDate | No | End date of the sprint (ISO 8601 format). | |
| goal | No | Goal or objective of the sprint. |