create_task
Create a task with title (required), optional labels, due date, priority, project, description, and evidence policy.
Instructions
Create a new task in Delega
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to apply | |
| content | Yes | Task title / content | |
| due_date | No | Due date in YYYY-MM-DD format | |
| priority | No | Priority: 1=normal, 2=medium, 3=high, 4=urgent | |
| project_id | No | Project ID to assign to | |
| description | No | Detailed description | |
| evidence_policy | No | Set 'required' to force structured completion evidence (commit/PR/CI/etc.) before this task can be completed |