jira.js
    Preparing search index...

    Variable GlobalScopeSchemaConst

    GlobalScopeSchema: ZodObject<
        {
            attributes: ZodOptional<
                ZodArray<
                    ZodCustom<
                        string & {}
                        | "defaultValue"
                        | "notSelectable",
                        string & {} | "defaultValue" | "notSelectable",
                    >,
                >,
            >;
        },
        $loose,
    > = ...