jira_sprint_list
List sprints from an agile board, filter by state (active/future/closed), and get YAML output.
Instructions
List sprints on an agile board, optionally filtered by state (active/future/closed). Returns YAML. Mirrors omni-dev atlassian jira sprint list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of sprints to return. `0` means unlimited (default 50). | |
| state | No | Filter by state (`active`, `future`, `closed`). | |
| board_id | Yes | Board ID. |