Get Sprints from Board
jira_get_sprints_from_boardFetch Jira sprints from a specified board, filter by sprint state (active, future, closed), and paginate results.
Instructions
Get jira sprints from board by state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (1-50) | |
| state | No | Sprint state (e.g., 'active', 'future', 'closed') | |
| board_id | Yes | The id of board (e.g., '1000') | |
| start_at | No | Starting index for pagination (0-based) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |