jira.js
    Preparing search index...

    Variable JqlQueryToSanitizeSchemaConst

    JqlQueryToSanitizeSchema: ZodObject<
        { accountId: ZodOptional<ZodNullable<ZodString>>; query: ZodString },
        $loose,
    > = ...

    The JQL query to sanitize for the account ID. If the account ID is null, sanitizing is performed for an anonymous user.