reply_mr_discussion
Add a reply to an existing merge request discussion thread. Provide the discussion UUID and message to post a response as the authenticated user.
Instructions
Add a reply to an existing discussion thread on a merge request. Requires the discussion UUID from list_mr_discussions or get_mr_discussion. The reply appears as posted by the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_id | Yes | Merge request local ID | |
| owner | Yes | Project owner alias | |
| message | Yes | Reply message | |
| project | Yes | Project alias | |
| discussionUuid | Yes | Discussion UUID to reply to |