create_task
Create a task with title, description, project assignment, labels, priority, and due date to organize and delegate work in Delega.
Instructions
Create a new task in Delega
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Task title / content | |
| description | No | Detailed description | |
| project_id | No | Project ID to assign to | |
| labels | No | Labels to apply | |
| priority | No | Priority: 1=normal, 2=medium, 3=high, 4=urgent | |
| due_date | No | Due date in YYYY-MM-DD format |