clickup_create_task
Create a new task in a ClickUp list with customizable details such as description, priority, assignees, and due dates.
Instructions
Create a new task in a list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ClickUp list ID | |
| name | Yes | Task name | |
| description | No | Task description (plain text or markdown) | |
| markdown_description | No | Task description in markdown | |
| status | No | Status name (must match list's statuses) | |
| priority | No | Priority: 1=urgent, 2=high, 3=normal, 4=low | |
| assignees | No | Array of user IDs to assign | |
| tags | No | Array of tag names | |
| due_date | No | Due date as Unix timestamp in milliseconds | |
| due_date_time | No | Whether due_date includes time | |
| start_date | No | Start date as Unix timestamp in milliseconds | |
| start_date_time | No | Whether start_date includes time | |
| time_estimate | No | Time estimate in milliseconds | |
| parent | No | Parent task ID (to create subtask) | |
| notify_all | No | Notify assignees (default true) | |
| custom_fields | No | Custom field values to set |