redmine_remove_watcher
Removes a specified user from an issue's watcher list, helping manage issue notifications by removing unwanted watchers.
Instructions
Remove a user from an issue's watcher list.
Args: issue_id: numeric Redmine issue id. user_id: numeric user id to remove.
A 404 from Redmine means the watcher wasn't on the list (vs. issue
not found — distinguishable by status code on the underlying error
payload). Honors REDMINE_MCP_READ_ONLY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |