create_task
Add a new task to a KanbanFlow board by specifying the board, column, and task name to organize your workflow.
Instructions
Create a new task on the board
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| color | No | ||
| position | No | ||
| column_id | Yes | ID of the column to create the task in | |
| board_name | Yes | Name of the configured board to operate on (see list_boards) | |
| description | No | ||
| swimlane_id | No | ID of the swimlane (required if the board has swimlanes) | |
| groupingDate | No | Only used if the target column is date grouped. Format YYYY-MM-DD, e.g. 2023-12-31. Use null or empty string to group as unknown date. | |
| pointsEstimate | No | ||
| totalSecondsEstimate | No |