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