create_issue_note
Add a comment to a GitLab issue by specifying the project, issue ID, and note content. Optionally create it as an internal note.
Instructions
Add a comment to an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Project ID or URL-encoded path | |
| issue_iid | No | Issue internal ID | |
| body | No | Note content | |
| internal | No | Create as internal note |