create_task
Add a new task to a project. Requires project ID and title; optional fields include description, status, priority, due date, sprint, and parent task.
Instructions
Bir projeye yeni task ekler ('New Task'). project_id ve title zorunludur.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Proje UUID (zorunlu) | |
| title | Yes | Task başlığı (zorunlu, boş olamaz) | |
| description | No | ||
| status | No | Başlangıç durumu. Varsayılan: pending (Yapılacak) | |
| priority | No | low/medium/high/urgent. Varsayılan: medium | |
| due_date | No | Son tarih (YYYY-MM-DD veya ISO) | |
| sprint_id | No | Opsiyonel sprint UUID | |
| task_type | No | Varsayılan: task | |
| parent_task_id | No | Alt-task için üst task UUID |