IssueWatchers API Resource
This resource enables to work with issue watchers. By using it with some of the HTTP methods, you can get information about, add, remove, and edit them. To better understand what you can do with this resource, look through the methods defined for it.
GET | /issue/{issue_id}/watchers |
Returns the list of the watchers of the issue |
POST | /issue/{issue_id}/watchers |
Creates a new issue watcher |
DELETE | /issue/{issue_id}/watchers/{issue_watchers_id} |
Removes the watcher from the list of issue watchers |
Find more details on the IssueWatchers API resource and its methods in our documentation. Try them right from there!