Add note to issue
mantis_add_noteAdds a comment to a MantisBT issue, with an option to make it private for internal use.
Instructions
Adds a note (comment) to an issue. Use private=true for an internal note visible only to developers/managers. To change a field and comment in one call, use mantis_update_issue with its "note" parameter instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Note body (plain text or Markdown). | |
| private | No | Create as a private note (default false). | |
| issue_id | Yes | Numeric issue id. |