Get board issues for sprint (enhanced)
Get all issues you have access to that belong to the sprint from the board. Result pagination is token-based, using nextPageToken and maxResults. This only includes issues that the user has permission to view. Note, if the user does not have permission to view the board, no issues will be returned at all. Issues returned from this resource contains additional fields like: sprint, closedSprints, flagged, and epic. Issues are returned ordered by rank. JQL order has higher priority than default rank.
Path parameters
The ID of the board that contains the requested issues.
The ID of the sprint that contains the requested issues.
Query parameters
The token for a page to fetch that is not the first page. The first page has a nextPageToken of null. Use the nextPageToken to fetch the next page of issues.
Note: The nextPageToken field is not included in the response for the last page, indicating there is no next page.
The maximum number of items to return per page. To manage page size, the API may return fewer items per page where there is a large number of fields or properties returned. It returns max 5000 issues.
Strong consistency issue IDs to be reconciled with search results. Accepts max 50 IDs. This list of IDs should be consistent with each paginated request across different pages.
Filters results using a JQL query. If you define an order in your JQL query, it will override the default order of the returned issues.
Note that username and userkey can't be used as search terms for this parameter due to privacy reasons. Use accountId instead.
Specifies whether to validate the JQL query or not. Default: true.
The list of fields to return for each issue. By default, all navigable and Software project fields are returned.
A comma-separated list of the parameters to expand.
Response
Returns the requested issues, at the specified page of the results.