get_merge_request_comments
Retrieves comments and notes from a specific merge request. Provide the project path and merge request IID to access discussions and feedback.
Instructions
Get comments/notes on a specific 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 per_page: Number of results per page (max 100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_iid | Yes | ||
| per_page | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |