jira.js
    Preparing search index...

    Function getDefaultShareScope

    • Returns the default share scope of the logged-in user

      Parameters

      Returns Promise<
          {
              scope?: string & {}
              | "GLOBAL"
              | "AUTHENTICATED"
              | "PRIVATE";
              [key: string]: unknown;
          },
      >