Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DefaultShareScope

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

    interface DefaultShareScope {
        scope: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    scope: string

    The scope of the default sharing for new filters and dashboards:

    AUTHENTICATED Shared with all logged-in users. GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. PRIVATE Not shared with any users.