Open Context Protocol is live! 🚀 Read the launch post

addWatcher

Add watcher

POST /rest/api/3/issue/{issueIdOrKey}/watchers HTTP/1.1

Parameters

{
  "issueIdOrKey": {
    "description": "The ID or key of the issue.",
    "required": true,
    "location": "path",
    "type": "string"
  }
}

Response Schema

{}