Jira.js - Jira Cloud API library
    Preparing search index...

    Interface IdSearchRequest

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

    Hierarchy (View Summary)

    Index

    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.