create_note
Add comments to GitLab issues and merge requests by specifying project details and note content to facilitate team collaboration and track discussions.
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 |