get_merge_request
Retrieve complete merge request details by local ID, including title, branches, status, reviewers, conflicts, and UUID for updates. Inspect an MR before approving or merging.
Instructions
Get full details of a merge request by its local numeric ID. Returns title, description, source/target branches, status, reviewers, conflict info, and the MR UUID needed for update_merge_request. Use this to inspect an MR before approving or merging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_id | Yes | Merge request local ID | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |