v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue watchers

Get issue watchers

Returns the watchers for an issue.

This operation requires the Allow users to watch issues option to be ON. This option is set in General configuration for Jira. See Configuring Jira application options for details.

This operation can be accessed anonymously.

Permissions required:

  • Browse projects project permission for the project that the issue is ini
  • If issue-level security is configured, issue-level security permission to view the issue.
  • To see details of users on the watchlist other than themselves, View voters and watchers project permission for the project that the issue is in.
get/rest/api/3/issue/{issueIdOrKey}/watchers

Path parameters

issueIdOrKeystring required

The ID or key of the issue.

Response

Returned if the request is successful

isWatchingboolean

Whether the calling user is watching this issue.

selfstring

The URL of these issue watcher details.

watchCountinteger

The number of users watching this issue.