jira_create_sprint
Create a new sprint on a Jira agile board by specifying board ID, sprint name, optional goal, start date, and end date.
Instructions
Create a new sprint on a Jira agile board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | Sprint goal description | |
| name | Yes | Sprint name | |
| boardId | Yes | The board ID to create the sprint on | |
| endDate | No | Sprint end date in ISO 8601 format | |
| startDate | No | Sprint start date in ISO 8601 format (e.g., 2026-03-01T00:00:00.000Z) |