Get sprint view
get_sprint_viewGet a complete sprint overview with board details, sprint info, and issues in one call. Consolidates Jira data to simplify tracking sprint progress.
Instructions
Full sprint view like the Jira UI: board details, the sprint, and its issues, in one call. Cloud issue results use Software API cursor paging; Data Center uses Agile 1.0 offset paging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated issue fields to return (default: key, summary, status, assignee) | |
| boardId | Yes | Board ID | |
| startAt | No | Offset paging, Data Center only; rejected on Cloud, use nextPageToken | |
| sprintId | Yes | Sprint ID | |
| maxResults | No | ||
| nextPageToken | No | Jira Cloud only: cursor from the previous response |