list_sprints
List sprints for an Agile board by providing its board ID. Optionally filter by sprint state to get active, future, or closed sprints.
Instructions
Lists sprints for a given Agile board. Returns sprint id, name, state, and start/end dates. Use the sprint id with get_sprint_burndown. Requires a scrum board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Optional filter by sprint state | |
| board_id | Yes | Board id (from list_boards) whose sprints to list |