get_issue
Fetch a full issue using its ID and view its details along with the last three comments.
Instructions
Get an issue by ID (e.g. LIF-1): full details plus the last 3 comments by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes | Issue ID like PRO-42 or ADA-7 | |
| include_comments | No | Comment trail: 'recent' (default, last 3), 'all', or 'none'. |