The Id of the board that contains requested issues.
Optionalexpand?: string | string[]A comma-separated list of the parameters to expand.
Optionalfields?: string | string[]The list of fields to return for each issue. By default, all navigable and Agile fields are returned.
Optionaljql?: stringFilters results using a JQL query. If you define an order in your JQL query, it will override the default order of the returned issues.
OptionalmaxResults?: numberThe maximum number of sprints to return per page. Default: 50.
The Id of the sprint that contains requested issues.
OptionalstartAt?: numberThe starting index of the returned issues. Base index: 0. See the 'Pagination' section at the top of this page for more details.
OptionalvalidateQuery?: booleanSpecifies whether to validate the JQL query or not. Default: true.
Optionaloptions: RequestOptions
Get all issues you have access to that belong to the sprint from the board. Issue 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.