create_note
Create a comment on a GitLab issue or merge request. Specify project, note type, target IID, and body.
Instructions
Create a new note (comment) to an issue or merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Note content | |
| project_id | Yes | Project ID or namespace/project_path | |
| noteable_iid | Yes | IID of the issue or merge request | |
| noteable_type | Yes | Type of noteable (issue or merge_request) |