Create Issue Note
gitlab_create_issue_noteAdd a comment to a GitLab issue by providing project ID, issue IID, and note body.
Instructions
Create a new note/comment on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note/comment | |
| internal | No | The internal flag of a note. Overrides confidential. Default is false. | |
| issueIid | Yes | The internal ID of a project's issue | |
| projectId | Yes | The ID or URL-encoded path of the project | |
| created_at | No | Date time string, ISO 8601 formatted. Example: 2016-03-11T03:45:40Z | |
| confidential | No | Deprecated: Scheduled to be removed in GitLab 16.0. Use 'internal' instead. |