jira_list_sprints
List sprints for a Jira board or project to view their IDs, names, states, dates, and goals, sorted by most recent first. Supports pagination and state filtering.
Instructions
List sprints for a board or project. Returns sprint IDs, names, states, dates, and goals sorted by most recent first. Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Filter sprints by state. If not specified, returns all sprints. | |
| boardId | No | The ID of a specific JIRA board. Either boardId or projectKey is required. | |
| startAt | No | Index of the first sprint to return (for pagination). Default: 0. | |
| maxResults | No | Maximum number of sprints to return (default: 50) | |
| projectKey | No | Project key to get sprints from all boards in the project (e.g., "PROJ"). Either boardId or projectKey is required. |