create_task
Creates a Kaiten task on a board, with options for column, lane, description, and responsible person.
Instructions
Create a new Kaiten task (card) on a given board.
Args: title: Card title. board_id: Board to create the card on. column_id: Column to create it in (optional; defaults to the board's first column). lane_id: Lane to create it in (optional). description: Card description (optional). owner_id: User ID to set as responsible person (optional).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| lane_id | No | ||
| board_id | Yes | ||
| owner_id | No | ||
| column_id | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||