Add comment
gitlab_create_noteAdd comments to GitLab issues, merge requests, snippets, epics, or commits. Embed uploaded screenshots using markdown.
Instructions
Posts a comment on an issue, merge request, snippet, epic or commit. Embed uploaded screenshots with the markdown returned by gitlab_upload_file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iid | Yes | Issue/MR iid, snippet id, epic iid, or commit SHA | |
| body | Yes | Markdown comment body | |
| group_id | No | Required for epics | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| target_type | Yes |