jira_sprint_create
Create a new sprint on a JIRA agile board with optional start date, end date, and goal. Returns YAML of the created sprint.
Instructions
Create a new sprint on a JIRA agile board. Returns YAML for the created sprint. Mirrors omni-dev atlassian jira sprint create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | Origin board ID. | |
| end_date | No | ISO 8601 end date. | |
| goal | No | Sprint goal. | |
| name | Yes | Sprint name. | |
| start_date | No | ISO 8601 start date. |