get_merge_request
Retrieve merge request details by providing a project ID along with either the merge request IID or source branch name.
Instructions
Get details of a merge request (mergeRequestIid or branchName required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request | |
| source_branch | No | Source branch name |