auto-sync: 2026-05-18 13:16:37
This commit is contained in:
@@ -77,6 +77,7 @@ async def create_task(project_id: str, body: Dict[str, Any]):
|
||||
parent_task=body.get("parent_task"),
|
||||
risk_level=body.get("risk_level", "standard"),
|
||||
stage=body.get("stage"),
|
||||
stages_json=body.get("stages_json", "[]"),
|
||||
)
|
||||
bb.create_task(task)
|
||||
return {"ok": True, "task_id": task.id}
|
||||
|
||||
Reference in New Issue
Block a user