jira_sprint_list
List sprints on an agile board with optional state filtering. Retrieve sprint data as YAML to streamline project tracking.
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 |
|---|---|---|---|
| board_id | Yes | Board ID. | |
| limit | No | Maximum number of sprints to return. `0` means unlimited (default 50). | |
| state | No | Filter by state (`active`, `future`, `closed`). |