task_create
Create a task within an epic to track work items. Define title, description, status, priority, assignee, due date, and dependencies.
Instructions
Create a task within an epic. Tasks are the primary unit of work.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| epic_id | Yes | Parent epic ID | |
| title | Yes | Task title | |
| description | No | Task description | |
| status | No | todo | |
| priority | No | medium | |
| assigned_to | No | Assignee name | |
| estimated_hours | No | Estimated hours | |
| due_date | No | Due date (YYYY-MM-DD) | |
| source_ref | No | Link to source code location | |
| depends_on | No | Task IDs this task depends on | |
| tags | No |