Add Issue Monitor
add_monitorAdd a user to watch an issue and receive email notifications on every update. Use it to subscribe team members to issue changes.
Instructions
Add a user as a monitor (watcher) of a MantisBT issue. Monitors receive email notifications whenever the issue is updated. Returns a success confirmation object.
Use add_monitor to subscribe team members to issue updates without assigning them as the handler. To unsubscribe a user, call remove_monitor with the same parameters.
Adding a user who is already a monitor is a no-op — the operation succeeds without creating duplicates.
Prerequisites: obtain issue_id from list_issues or get_issue; use find_project_member or get_project_users to look up valid MantisBT login names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Numeric issue ID — use list_issues or get_issue to obtain issue IDs | |
| username | Yes | MantisBT login name (not the display name) of the user to add as monitor. Use find_project_member or get_project_users to discover valid login names for a project. |