Get Issue
get_issueFetch a single MantisBT issue by numeric ID, returning all fields including notes, attachments, and relationships. Use the 'select' parameter to request only specific fields.
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" |