jira_watcher_remove
Remove a user from JIRA issue watchers using their Atlassian account ID. Requires explicit confirm: true to prevent accidental removal.
Instructions
Remove a user (by Atlassian account ID) from the watchers of a JIRA issue. Destructive operation: callers must explicitly pass confirm: true for the removal to proceed; otherwise the tool refuses with an error. Returns YAML {status: ok}. Mirrors omni-dev atlassian jira watcher remove.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Atlassian account ID of the user. | |
| confirm | Yes | Must be set to `true` — destructive guard. | |
| key | Yes | JIRA issue key (e.g., `PROJ-123`). |