create task by ticket
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user