redmine_add_watcher
Add a user as a watcher to a Redmine issue using issue and user IDs. Prevents duplicate entries with idempotent operation.
Instructions
Add a user as a watcher of an issue.
Args: issue_id: numeric Redmine issue id. user_id: numeric user id to add to the watcher list.
Idempotent on the Redmine side. 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 |