GitLab Kanban MCP Server

add_comment

Add comments to tasks on GitLab Kanban boards using Markdown formatting. Specify project ID, issue ID, and comment body to enhance task communication and collaboration.

Instructions

タスクにコメントを追加

Input Schema

NameRequiredDescriptionDefault
bodyYesコメントの内容(Markdown形式対応)
issueIdYesタスク(Issue)のID
projectIdYesGitLabプロジェクトID

Input Schema (JSON Schema)

{ "properties": { "body": { "description": "コメントの内容(Markdown形式対応)", "type": "string" }, "issueId": { "description": "タスク(Issue)のID", "type": "string" }, "projectId": { "description": "GitLabプロジェクトID", "type": "string" } }, "required": [ "projectId", "issueId", "body" ], "type": "object" }

You must be authenticated.

Other Tools from GitLab Kanban MCP Server

Related Tools

ID: uclnzh4e3e