get_issue
Retrieve details of a specific GitLab issue by project ID and issue IID. Optionally get the full milestone object by setting full_response to true.
Instructions
Get details of a specific issue. Returns a slim milestone by default; set full_response=true for the complete milestone object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_iid | Yes | The internal ID of the project issue | |
| project_id | Yes | Project ID or URL-encoded path | |
| full_response | No | If true, return the complete issue object including the full milestone description. Default returns a slim milestone (id, iid, title, state, web_url) to reduce token usage. |