jira.js
    Preparing search index...

    Variable DefaultShareScopeSchemaConst

    DefaultShareScopeSchema: ZodObject<
        {
            scope: ZodCustom<
                string & {}
                | "GLOBAL"
                | "AUTHENTICATED"
                | "PRIVATE",
                string & {} | "GLOBAL" | "AUTHENTICATED" | "PRIVATE",
            >;
        },
        $loose,
    > = ...

    Details of the scope of the default sharing for new filters and dashboards.