redmine_issue_add_watcher
Add a user as a watcher to a Redmine issue by providing the issue ID and user ID, so they receive notifications for updates and changes.
Instructions
Add a watcher to an issue (POST /issues/:id/watchers.json).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| issue_id | Yes |