interface IdSearchRequestBean {
    jql?: string;
    maxResults?: number;
    nextPageToken?: string;
}

Properties

jql?: string

A JQL expression. Order by clauses are not allowed.

maxResults?: number

The maximum number of items to return per page.

nextPageToken?: string

The continuation token to fetch the next page. This token is provided by the response of this endpoint.