get_issue
Fetch a single issue's complete history by ID to gain full context without loading the entire summary. Read-only and token-efficient.
Instructions
Read one specific issue's full history by ID (token-efficient).
Use this when you only need one issue's context instead of the whole
summary. Example: get_issue('0042').
Read-only.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Which project this call is about — a registered id, alias, or absolute path (e.g. 'ossdrop'). Omit it when the server was started for a single repo, or when an active project is set with `pjm project use`. Call list_projects to see the registered names. | |
| issue_id | Yes | Zero-padded 4-digit issue ID returned by log_issue (e.g., '0042'). Numeric strings without padding (e.g., '42') are also accepted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |