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
Name | Required | Description | Default |
---|---|---|---|
description | No | 新しい説明 | |
issueId | Yes | タスク(Issue)のID | |
projectId | Yes | GitLabプロジェクトID | |
state | No | タスクの状態 | |
title | No | 新しいタイトル |