get_merge_request_changes
Retrieve the file diff changes of a merge request. Specify the project path and merge request IID.
Instructions
Get the file changes (diff) of a merge request.
Args: project_path: Full path of the project (e.g., 'group/project') mr_iid: The internal ID of the merge request within the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_iid | Yes | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | ||
| title | Yes | ||
| changes | Yes | ||
| changes_count | Yes |