gitlab_create_merge_request_note
Comment on a GitLab merge request by specifying the project, merge request IID, and note body. Attach notes to the MR thread for team discussion.
Instructions
Comment on an MR (POST /merge_requests/:iid/notes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. | |
| mergeRequestIid | Yes |