create_item
Create a full item in one call by mapping column IDs to values from the board schema. Use this for initial data entry; later edits require set_cell.
Instructions
Create an item (row) with all of its data in one call. cells maps columnId -> value (use get_board_schema for column ids); every cell is saved with the row. Use set_cell only for later edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| cells | No | ||
| title | Yes | ||
| status | No | ||
| boardId | Yes | ||
| dueDate | No | ISO date | |
| priority | No | ||
| projectId | Yes | ||
| description | No |