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

    Interface JExpEvaluateIssuesJqlMetaData

    The description of the page of issues loaded by the provided JQL query.This bean will be replacing IssuesJqlMetaDataBean bean as part of new evaluate endpoint

    interface JExpEvaluateIssuesJqlMetaData {
        nextPageToken: string;
    }
    Index

    Properties

    Properties

    nextPageToken: string

    Next Page token for the next page of issues.