Get issues for backlog
Returns all issues from the board's backlog, for the given board ID. This only includes issues that the user has permission to view. The backlog contains incomplete issues that are not assigned to any future or active sprint. Note, if the user does not have permission to view the board, no issues will be returned at all. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic. By default, the returned issues are ordered by rank.
Path parameters
The ID of the board that has the backlog containing the requested issues.
Query parameters
The starting index of the returned issues. Base index: 0. See the 'Pagination' section at the top of this page for more details.
The maximum number of issues to return per page. Default: 50. See the 'Pagination' section at the top of this page for more details. Note, the total number of issues returned is limited by the property 'jira.search.views.default.max' in your Jira instance. If you exceed this limit, your results will be truncated.
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 Agile fields are returned.
This parameter is currently not used.
Response
Returns the requested issues, at the specified page of the results.