jira.js
    Preparing search index...

    Variable JExpEvaluateIssuesMetaSchemaConst

    JExpEvaluateIssuesMetaSchema: ZodObject<
        {
            jql: ZodOptional<
                ZodObject<
                    {
                        isLast: ZodOptional<ZodBoolean>;
                        nextPageToken: ZodNullable<ZodString>;
                    },
                    $loose,
                >,
            >;
        },
        $loose,
    > = ...

    Meta data describing the issues context variable.This bean will be replacing IssuesMetaBean bean as part of new evaluate endpoint