Get sprint issues
get_sprint_issuesRetrieve issues in a Jira sprint by sprint ID, with configurable fields and pagination for complete results.
Instructions
List the issues in a sprint. Cloud uses the current Software API enhanced endpoint with cursor paging; Data Center uses Agile 1.0 with startAt/total.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Comma-separated issue fields to return (default: key, summary, status, assignee) | |
| 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 |