create_task
Add a new task to a specified ClickUp list by providing details like title, description, due date, priority, and assignees for efficient task management.
Instructions
Create a new task in a specific list
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assignees | No | User IDs to assign | |
description | No | Task description | |
due_date | No | Due date (ISO 8601 format) | |
list_id | No | ID of the list (alternative to list_name) | |
list_name | No | Name of the list to create task in | |
priority | No | Priority (1=urgent, 2=high, 3=normal, 4=low) | |
time_estimate | No | Time estimate (e.g., '2h 30m') | |
title | Yes | Task title |