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

    Interface JExpEvaluateIssuesJqlMetaData

    The description of the page of issues loaded by the provided JQL query.

    interface JExpEvaluateIssuesJqlMetaData {
        nextPageToken?: string;
    }
    Index

    Properties

    Properties

    nextPageToken?: string

    Next Page token for the next page of issues.