add_issue_comment
Post a comment to an existing GitLab issue by specifying the project owner, repository, issue IID, and comment body.
Instructions
Add a comment to an existing issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The comment body text | |
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| issueIid | Yes | The IID of the issue to comment on |