jira_sprint_list
List sprints on an agile board with optional state filters for active, future, or closed sprints. Retrieve YAML output to track and plan project iterations.
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. |