get_merge_request
Retrieve merge request details from GitLab projects by specifying either the merge request IID or source branch name to access information and status.
Instructions
Get details of a merge request (Either mergeRequestIid or branchName must be provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | 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 |