Assign issue
mantis_assign_issueAssign a MantisBT issue to a handler, optionally change its status, and append a note.
Instructions
Assigns an issue to a handler (by login name or user id) and optionally changes its status in the same call. Optionally append a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue id. | |
| note | No | Optional note. | |
| status | No | Optional new status name (e.g. "asignada"). | |
| dry_run | No | Preview without applying. | |
| handler | Yes | Handler login name (resolved via project members) or numeric user id. | |
| note_private | No | Make the note private (default false). |