get_merge_request
Retrieve details of a specific merge request by providing project owner, repository, and merge request IID.
Instructions
Get details of a specific merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| mergeRequestIid | Yes | The IID of the merge request to retrieve |