gitlab_get_issue
Retrieve a GitLab issue by specifying the project ID and issue IID to get detailed issue information.
Instructions
Gets an issue (GET /projects/:id/issues/:iid).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueIid | Yes | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. |