create task by ticket

This commit is contained in:
hamid zarghami
2026-07-20 15:38:08 +03:30
parent 2af7323a6a
commit 65154a1aab
17 changed files with 372 additions and 5 deletions
@@ -12,4 +12,5 @@ export const mapTaskItemToTask = (task: TaskItemType, taskPhaseId: string, fallb
attachments: task.attachments ?? 0,
checklistDone: task.checklistDone ?? 0,
checklistTotal: task.checklistTotal ?? 0,
ticketId: task.ticketId ?? null,
});