The Id of the board that contains the requested issues.
Optionalexpand?: stringThis parameter is currently not used.
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 issues to return per page. Default: 50.
OptionalstartAt?: numberThe starting index of the returned issues. Base index: 0.
OptionalvalidateQuery?: booleanSpecifies whether to validate the JQL query or not. Default: true.
Optionaloptions: RequestOptions
Returns all issues from a board's backlog, for a given board Id.