Options
All
  • Public
  • Public/Protected
  • All
Menu

The result of a JQL search.

Hierarchy

  • SearchResults

Index

Properties

Optional expand

expand: string

Expand options that include additional search result details in the response.

Optional issues

issues: IssueBean[]

The list of issues found by the search.

Optional maxResults

maxResults: number

The maximum number of results that could be on the page.

format

int32

Optional names

names: Record<string, string>

The ID and name of each field in the search results.

Optional schema

schema: Record<string, JsonTypeBean>

The schema describing the field types in the search results.

Optional startAt

startAt: number

The index of the first item returned on the page.

format

int32

Optional total

total: number

The number of results on the page.

format

int32

Optional warningMessages

warningMessages: string[]

Any warnings related to the JQL query.

Legend

  • Namespace
  • Variable
  • Function
  • Type alias
  • Interface
  • Property
  • Class
  • Class with type parameter
  • Enumeration

Generated using TypeDoc