create_mr_discussion_note
Add a note to an existing merge request discussion thread to provide updates or feedback directly within the conversation.
Instructions
Add a new note to an existing merge request discussion thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note (supports Markdown) | |
| project_id | Yes | Project ID or path | |
| discussion_id | Yes | The ID of the discussion to add the note to | |
| merge_request_iid | Yes | Merge request internal ID |