Get GitLab issue
get_issueFetch a GitLab issue with its labels, assignees, milestone, task status, and links by providing project and issue ID.
Instructions
Get one GitLab issue with labels, assignees, milestone, task status, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| issue_iid | Yes | Project-scoped internal ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |