Watcher Tools
Manage watchers on issues.
Watcher tools let you list, add, and remove watchers on issues. Watchers receive notifications when an issue is updated.
manage_watchers
List, add, or remove watchers on an issue. Supports three actions: 'list' to see current watchers, 'add' to add a watcher, 'remove' to remove a watcher.
When it runs: Called when you ask about watchers or want to subscribe/unsubscribe someone from an issue.
Example trigger: "Add me as a watcher on the deploy task"
| Parameter | Type | Required | Description |
|---|---|---|---|
| issue_key | string | Yes | Issue key or natural language reference |
| action | string | Yes | "list", "add", or "remove" |
| username | string | No | Username to add/remove (required for add/remove) |