get_sprints
Retrieve sprint data from Jira boards to track active, completed, and upcoming sprints with details like ID, name, state, and dates.
Instructions
Get all sprints for a specific board. Returns sprint information including ID, name, state, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| boardId | Yes | The ID of the board to get sprints from. Use get_agile_boards to find available board IDs. | |
| state | No | Filter sprints by state: "active" for current sprint, "closed" for completed sprints, "future" for upcoming sprints. |