Optionalparameters: {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 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.
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
Returns all issues that do not belong to any epic. This only includes issues that the user has permission to view. Issues returned from this resource include Agile fields, like sprint, closedSprints, flagged, and epic. By default, the returned issues are ordered by rank.