create_note
Add comments to GitLab issues or merge requests to document discussions, provide feedback, or track progress.
Instructions
Create a new note (comment) to an issue or merge request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or namespace/project_path | |
| noteable_type | Yes | Type of noteable (issue or merge_request) | |
| noteable_iid | No | IID of the issue or merge request | |
| body | Yes | Note content |