auto-sync: 2026-06-04 22:33:27
This commit is contained in:
@@ -130,7 +130,7 @@ async def create_task(project_id: str, body: Dict[str, Any]):
|
||||
task = Task(
|
||||
id=task_id, title=title,
|
||||
description=body.get("description"),
|
||||
task_type=body.get("task_type", "coding"),
|
||||
task_type=body.get("task_type", None),
|
||||
priority=body.get("priority", 5),
|
||||
assignee=assignee,
|
||||
assigned_by=body.get("assigned_by", "user"),
|
||||
|
||||
Reference in New Issue
Block a user