GitLab Kanban MCP Server

update_task

Modify GitLab Kanban board tasks by updating details such as title, description, and state using project and issue IDs. Streamlines task management for efficient workflows.

Instructions

カンバンボードのタスクを更新

Input Schema

NameRequiredDescriptionDefault
descriptionNo新しい説明
issueIdYesタスク(Issue)のID
projectIdYesGitLabプロジェクトID
stateNoタスクの状態
titleNo新しいタイトル

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "新しい説明", "type": "string" }, "issueId": { "description": "タスク(Issue)のID", "type": "string" }, "projectId": { "description": "GitLabプロジェクトID", "type": "string" }, "state": { "description": "タスクの状態", "enum": [ "opened", "closed" ], "type": "string" }, "title": { "description": "新しいタイトル", "type": "string" } }, "required": [ "projectId", "issueId" ], "type": "object" }

You must be authenticated.

Other Tools from GitLab Kanban MCP Server

Related Tools

ID: uclnzh4e3e