jira.js
    Preparing search index...

    Variable JexpIssuesSchemaConst

    JexpIssuesSchema: ZodObject<
        {
            jql: ZodOptional<
                ZodObject<
                    {
                        maxResults: ZodOptional<ZodNumber>;
                        query: ZodOptional<ZodString>;
                        startAt: ZodOptional<ZodNumber>;
                        validation: ZodOptional<
                            ZodCustom<
                                "none"
                                | "strict"
                                | string & {}
                                | "warn",
                                "none" | "strict" | string & {} | "warn",
                            >,
                        >;
                    },
                    $loose,
                >,
            >;
        },
        $loose,
    > = ...

    The JQL specifying the issues available in the evaluated Jira expression under the issues context variable.