v4

latestOpenAPI 3.0.1Apache 2.02026-08-016169702.3 MB
Issue watchers

Get is watching issue bulk

Returns, for the user, details of the watched status of issues from a list. If an issue ID is invalid, the returned watched status is false.

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.

Permissions required:

post/rest/api/3/issue/watching

Request body

issueIdsstring[] required

The list of issue IDs.

Response

Returned if the request is successful

issuesIsWatchingobject

The map of issue ID to boolean watch status.