create_checklist_item
Add items to a ClickUp checklist by providing a checklist ID and item text, with optional assignment to a specific user for organized task tracking.
Instructions
Add an item to a checklist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Item text | |
| assignee | No | User ID to assign this item to | |
| checklist_id | Yes | The checklist ID |