create_task
Create new tasks on GitLab Kanban boards by specifying project ID, title, description, and labels to organize work items.
Instructions
カンバンボードに新しいタスクを作成
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | GitLabプロジェクトID | |
| title | Yes | タスクのタイトル | |
| description | No | タスクの説明 | |
| labels | No | タスクのラベル |