jira.js
    Preparing search index...

    Function submitBulkUnwatch

    • Use this API to submit a bulk unwatch request. You can unwatch up to 1,000 issues in a single operation.

      Permissions required:

      Parameters

      • client: Client
      • parameters: { selectedIssueIdsOrKeys: string[] }
        • selectedIssueIdsOrKeys: string[]

          List of issue IDs or keys which are to be bulk watched or unwatched. These IDs or keys can be from different projects and issue types.

      • Optionaloptions: RequestOptions

      Returns Promise<{ taskId?: string; [key: string]: unknown }>