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

    Interface SearchAndReconcileResults

    The result of a JQL search with issues reconsilation.

    interface SearchAndReconcileResults {
        issues?: Version3Models.Issue[];
        names?: {};
        nextPageToken?: string;
        schema?: {};
    }
    Index

    Properties

    The list of issues found by the search or reconsiliation.

    names?: {}

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

    nextPageToken?: string

    Continuation token to fetch the next page. If this result represents the last or the only page this token will be null. This token will expire in 7 days.

    schema?: {}

    The schema describing the field types in the search results.