update_checklist
Add, complete, reopen, or assign checklist items for a task. Also add task dependencies as linked checklist items.
Instructions
Break a task into checklist steps and tick them off as you go, so progress is visible on the board while you work. Only tasks you hold, or unclaimed ones, can be changed. Items are never deleted - reopen them instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id whose checklist to update. | |
| add_items | No | New checklist items to append. | |
| assign_items | No | Give checklist items an owner: {item name: person}. The person is resolved like anywhere else, by name, email or id. | |
| reopen_items | No | Checklist item names to un-tick. | |
| complete_items | No | Existing checklist item names to tick off (case-insensitive). | |
| depends_on_tasks | No | Task ids this task waits for. Each becomes a linked checklist item, which is how Planka models a dependency. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||