Create Sprint
jira_create_sprintCreate a new Jira sprint for a specified board by providing its name, start and end dates, and an optional goal.
Instructions
Create Jira sprint for a board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | (Optional) Goal of the sprint | |
| name | Yes | Name of the sprint (e.g., 'Sprint 1') | |
| board_id | Yes | The id of board (e.g., '1000') | |
| end_date | Yes | End time for sprint (ISO 8601 format) | |
| start_date | Yes | Start time for sprint (ISO 8601 format) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |