create_merge_request_note
Post a new note on a GitLab merge request by providing the project, merge request IID, and note body. Use it to add comments, feedback, or replies to a specific merge request.
Instructions
Add a new note to a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note or reply | |
| project_id | No | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request |