jira_watcher_add
Add a user to a JIRA issue's watcher list using their Atlassian accountId. Requires issue key and accountId from jira_user_search.
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`. |