jira.js
    Preparing search index...

    Function setDefaultShareScope

    • Sets the default share scope of the logged-in user. Available values are: AUTHENTICATED (for sharing with all logged-in users) and PRIVATE (for no shares).

      Parameters

      • client: Client
      • parameters: { scope?: string & {} | "GLOBAL" | "AUTHENTICATED" | "PRIVATE" }
      • Optionaloptions: RequestOptions

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