Get Issue
get_issueRetrieve any MantisBT issue by numeric ID, with full details including notes, attachments, and relationships, or narrow to specific fields using the select parameter.
Instructions
Retrieve a single MantisBT issue by its numeric ID. Returns all issue fields including notes, attachments, and relationships (unless "select" is given). Notes are always included — no separate list_notes call needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric issue ID | |
| select | No | Comma-separated list of fields to include in the response (server-side projection, same as list_issues). Significantly reduces response size. Example: "id,summary,status,notes" |