jira_watcher_add
Add a user as a watcher to a JIRA issue by providing the issue key and the user's Atlassian account ID.
Instructions
Add a user (by Atlassian account ID) as a watcher on a JIRA issue. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira watcher add.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Atlassian account ID of the user. | |
| key | Yes | JIRA issue key (e.g., `PROJ-123`). |