Remove watcher
jira_remove_watcherStop an account from watching a Jira issue so it no longer receives notifications. Requires Manage watchers permission to remove others; any user can remove themselves.
Instructions
Stops an account watching an issue — it no longer gets notifications. Nothing is deleted: the watch is a link, jira_add_watcher puts it back with the same accountId, and no issue content changes. Removing SOMEONE ELSE needs the "Manage watchers" permission; removing yourself does not. Removing an account that was not watching changes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apply | No | Set true to EXECUTE this write. Omit (or false) to get a plan of the request that would be sent. Executing also requires the server to run with JIRA_WRITE_MODE=apply. | |
| issue | Yes | Issue key (PROJ-123) or numeric issue id. | |
| plan_id | No | The single-use id returned by the preceding plan-mode call. Required together with apply: true; a mismatch means the arguments changed since the plan, and the write is refused rather than executed. | |
| profile | No | Named credential profile for this call. Omit to use the active profile. Rejected when the server locks the profile (JIRA_LOCK_PROFILE). | |
| accountId | Yes | Atlassian accountId (for example 5b10a2844c20165700ede21g) — NOT a username or an email address. jira_search_users finds it from a name. |