create_merge_request_discussion_note
Add a new comment or reply to an existing discussion thread on a merge request. Specify project ID, merge request IID, discussion ID, and note body.
Instructions
Add a new discussion note to an existing merge request thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note or reply | |
| created_at | No | Date the note was created at (ISO 8601 format) | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| discussion_id | Yes | The ID of a thread | |
| merge_request_iid | Yes | The IID of a merge request |