get_issue
Fetch a specific issue by its ID to view full details and recent comments. Choose to include all comments or none to get the needed context.
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'. |