Get issue
mantis_get_issueRetrieve a complete MantisBT issue by ID, including all fields like description, notes, attachments, history, and custom fields.
Instructions
Returns one issue by id with every field: description, steps to reproduce, notes, attachments, relationships, custom fields and history. Notes are always included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| select | No | Comma-separated fields to include (server-side projection), e.g. "id,summary,status,notes". | |
| issue_id | Yes | Numeric issue id, e.g. 1239. |