create_issue_note
Add notes or replies to existing GitLab issue discussions to provide updates, answer questions, or continue conversations within project issue threads.
Instructions
Add a new note to an existing issue thread
Input Schema
TableJSON 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 | Yes | The ID of a thread | |
| body | Yes | The content of the note or reply | |
| created_at | No | Date the note was created at (ISO 8601 format) |