create_issue_note
Add a note to a GitLab issue, with support for replying to an existing discussion thread.
Instructions
Add a note to an issue, optionally replying to a discussion thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| issue_iid | Yes | The IID of an issue | |
| discussion_id | No | The ID of a thread. If provided, replies to that thread; otherwise creates a top-level note | |
| body | Yes | The content of the note or reply | |
| created_at | No | Date the note was created at (ISO 8601 format) |