create_task
Create a new task in a ClickUp list, setting assignees, due date, priority, status, and custom fields as needed.
Instructions
Create a new task in a ClickUp list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| tags | No | Tags to add to the task | |
| parent | No | Parent task ID to make this a subtask | |
| status | No | Status of the task | |
| list_id | Yes | The ID of the list | |
| due_date | No | Due date as ms timestamp | |
| links_to | No | Task ID to link this task to | |
| priority | No | Priority: 1=Urgent, 2=High, 3=Normal, 4=Low | |
| assignees | No | Array of user IDs to assign | |
| notify_all | No | Notify all assignees (default false) | |
| start_date | No | Start date as ms timestamp | |
| description | No | Description of the task | |
| custom_fields | No | Custom field values to set | |
| due_date_time | No | Whether due date includes time | |
| time_estimate | No | Time estimate in ms | |
| start_date_time | No | Whether start date includes time | |
| markdown_description | No | Markdown formatted description | |
| check_required_custom_fields | No | Validate required custom fields |