Actions
Create Item
Create a new item inside a board.
Input
Property | Type | Required | Description |
---|---|---|---|
workspace_id | DROPDOWN | Yes | The workspace’s unique identifier. |
board_id | DROPDOWN | Yes | The board’s unique identifier. |
group_id | DROPDOWN | No | Board Group |
item_name | SHORT_TEXT | Yes | Item Name |
column_values | OBJECT | No | The column values of the new item. |
create_labels_if_missing | CHECKBOX | No | Creates status/dropdown labels if they are missing. This requires permission to change the board structure. |