jira.js
    Preparing search index...

    Variable JexpEvaluateCtxIssuesSchemaConst

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

    The JQL specifying the issues available in the evaluated Jira expression under the issues context variable. This bean will be replacing JexpIssues bean as part of new evaluate endpoint