jira.js
    Preparing search index...

    Variable StatusScopeSchemaConst

    StatusScopeSchema: ZodObject<
        {
            project: ZodOptional<ZodObject<{ id: ZodString }, $loose>>;
            type: ZodCustom<
                string & {}
                | "PROJECT"
                | "GLOBAL",
                string & {} | "PROJECT" | "GLOBAL",
            >;
        },
        $loose,
    > = ...

    The scope of the status.