jira.js
    Preparing search index...

    Function removeWatcher

    • Removes a user from an issue's watcher list.

      Parameters

      • client: Client
      • parameters: { issueIdOrKey: string; username?: string; userName?: string }
        • issueIdOrKey: string

          Issue id or key

        • Optionalusername?: string
        • OptionaluserName?: string

          The name of the user to remove from the watcher list.

      • Optionaloptions: RequestOptions

      Returns Promise<void>