create_merge_request_note
Add comments to existing merge request discussion threads to provide feedback, answer questions, or continue conversations during code review processes.
Instructions
Add a new note to an existing merge request thread
Input Schema
TableJSON 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 | |
| discussion_id | Yes | The ID of a thread | |
| body | Yes | The content of the note or reply | |
| created_at | No | Date the note was created at (ISO 8601 format) |