create_merge_request_note
Add a note to a merge request by providing the project ID, merge request IID, and the note content.
Instructions
Add a new note to a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | Yes | The IID of a merge request | |
| body | Yes | The content of the note or reply |