get_sprints
Retrieve sprints from a Jira board by board ID or name. Filter by state (active, future, closed) and optionally include issues to see planned or in-progress work.
Instructions
Get sprints from a Jira board. You can specify a boardId directly or provide a boardName to look it up. Filter sprints by state: active, future, or closed. Optionally include the issues within each sprint. Use this to see what work is planned or in progress for a team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Sprint state filter. Default: "active". | active |
| boardId | No | Numeric board ID (e.g., 42). Alternative to boardName. | |
| startAt | No | Pagination offset. | |
| boardName | No | Board name to look up (e.g., "PROJ Scrum Board"). Alternative to boardId. | |
| maxResults | No | Max sprints to return. | |
| includeIssues | No | If true, includes issues within each sprint in the response. |