list_sprints_for_board
Get sprints for an Agile board by board ID, filtering by active, closed, or future state to locate current or past iterations.
Instructions
List all sprints for a specific Agile board. Can filter by sprint state (active, closed, or future) to find current or historical sprints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter sprints by state. If not provided, returns all sprints. | |
| boardId | Yes | The ID of the board to get sprints from. | |
| startAt | No | The starting index for pagination. Default is 0. | |
| maxResults | No | The maximum number of sprints to return. Default is 50, maximum is 50. |