---
title: "Bulk watch issues"
method: POST
path: "/rest/api/3/bulk/issues/watch"
tags: ["Issue bulk operations"]
---

# Bulk watch issues

`POST /rest/api/3/bulk/issues/watch`

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

**[Permissions](#permissions) required:**

 *  Global bulk change [permission](https://support.atlassian.com/jira-cloud-administration/docs/manage-global-permissions/).
 *  Browse [project permission](https://support.atlassian.com/jira-cloud-administration/docs/manage-project-permissions/) in all projects that contain the selected issues.
 *  If [issue-level security](https://confluence.atlassian.com/x/J4lKLg) is configured, issue-level security permission to view the issue.

## Request body

- IssueBulkWatchOrUnwatchPayload — Issue Bulk Watch Or Unwatch Payload
  - `selectedIssueIdsOrKeys` string[], required — 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.

## Response `201`

Returned if the request is successful.

- SubmittedBulkOperation
  - `taskId` string

## Other responses

- `400` — Returned if the request is invalid.
- `401` — Returned if the authentication credentials are incorrect or missing.
- `403` — Returned if the user does not have the necessary permission.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api-2/versions/ec7f275dfee5/schema)
