get_issue
Retrieve an issue's full details by its ID, with the last 3 comments shown by default. Customize the comment trail to all or none.
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'. |