jira_watcher_add
Add a user to a JIRA issue's watcher list using the issue key and the user's Atlassian account ID. Resolve the account ID from a name or email with the user search tool.
Instructions
Add a user (by Atlassian accountId, not a name or email — resolve one with jira_user_search) as a watcher on a JIRA issue. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira watcher add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | JIRA issue key (e.g., `PROJ-123`). | |
| account_id | Yes | Atlassian `accountId` of the user (not a display name or email). Use `jira_user_search` to resolve a name or email to an `accountId`. |