create_task
Create a new task in a ClickUp list, specifying details like status, assignees, priority, due date, custom fields, and subtask parent.
Instructions
Create a new task in a list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Task name | |
| tags | No | Array of tag names | |
| parent | No | Parent task ID (to create a subtask) | |
| status | No | Status name | |
| list_id | Yes | The list ID | |
| due_date | No | Unix timestamp (ms) | |
| links_to | No | Task ID to link to | |
| priority | No | 1=urgent, 2=high, 3=normal, 4=low | |
| assignees | No | Array of user IDs to assign | |
| notify_all | No | ||
| start_date | No | ||
| description | No | Task description (markdown supported) | |
| custom_fields | No | Custom field values | |
| due_date_time | No | ||
| time_estimate | No | Time estimate in milliseconds | |
| custom_item_id | No | Custom task type ID | |
| start_date_time | No | ||
| markdown_description | No | Markdown description (takes precedence) | |
| check_required_custom_fields | No |