gitlab_add_issue_comment
Add comments to GitLab issues using markdown, mentions, and issue references. Specify project ID, issue IID, and comment body for integration with the MCP GitLab Server.
Instructions
Post a new comment on an issue. Supports markdown formatting, mentions (@username), and references to other issues/MRs. Returns the created comment with metadata.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Comment text content (string, required). Supports markdown, mentions (@user), and references (#123, !456) | |
issue_iid | Yes | Issue internal ID (integer). Project-specific issue number (e.g., #123). Not the global issue ID | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |