Resolve issue
mantis_resolve_issuePrevent unresolved resolution by setting both status and resolution in a single call. Supports custom status/resolution names and an optional note.
Instructions
Marks an issue as resolved by setting BOTH status and resolution in one call (avoids leaving resolution as "open"). Defaults: status="resuelta", resolution="fixed" — override with names valid on this instance (see mantis_get_enums). Optionally append a note.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue id to resolve. | |
| note | No | Optional note explaining the resolution. | |
| status | No | Target status name (default "resuelta"). | |
| dry_run | No | Preview without applying. | |
| resolution | No | Resolution name (default "fixed"). | |
| note_private | No | Make the note private (default false). |