jira.js
    Preparing search index...

    Variable JexpEvaluateCtxJqlIssuesSchemaConst

    JexpEvaluateCtxJqlIssuesSchema: ZodObject<
        {
            maxResults: ZodOptional<ZodNumber>;
            nextPageToken: ZodOptional<ZodString>;
            query: ZodOptional<ZodString>;
        },
        $loose,
    > = ...

    The JQL specifying the issues available in the evaluated Jira expression under the issues context variable. Not all issues returned by the JQL query are loaded, only those described by the nextPageToken and maxResults properties. This bean will be replacing JexpJqlIssues bean as part of new evaluate endpoint