tasks_create
Create a new ClickUp task in a specified list, setting name, description, assignees, status, dates, priority, tags, and more.
Instructions
Create a new task in a ClickUp list with specified properties like name, description, assignees, status, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the task | |
| tags | No | The tags to add to the task | |
| parent | No | The ID of the parent task | |
| status | No | The status of the task | |
| list_id | Yes | The ID of the list to create the task in | |
| due_date | No | The due date of the task (Unix timestamp) | |
| priority | No | The priority of the task (1-4) | |
| assignees | No | The IDs of the users to assign to the task | |
| task_type | No | Task type name — e.g. "Bug", "Feature", "Milestone". Must match an existing task type in the workspace. | |
| notify_all | No | Whether to notify all assignees | |
| start_date | No | The start date of the task (Unix timestamp) | |
| description | No | The description of the task | |
| due_date_time | No | Whether the due date includes a time | |
| time_estimate | No | The time estimate for the task (in milliseconds) | |
| start_date_time | No | Whether the start date includes a time |