feat: TFS Sync
This commit is contained in:
@@ -365,6 +365,12 @@ export class TasksService {
|
||||
jiraProject: prismaTask.jiraProject ?? undefined,
|
||||
jiraKey: prismaTask.jiraKey ?? undefined,
|
||||
jiraType: prismaTask.jiraType ?? undefined,
|
||||
// Champs TFS
|
||||
tfsProject: prismaTask.tfsProject ?? undefined,
|
||||
tfsPullRequestId: prismaTask.tfsPullRequestId ?? undefined,
|
||||
tfsRepository: prismaTask.tfsRepository ?? undefined,
|
||||
tfsSourceBranch: prismaTask.tfsSourceBranch ?? undefined,
|
||||
tfsTargetBranch: prismaTask.tfsTargetBranch ?? undefined,
|
||||
assignee: prismaTask.assignee ?? undefined
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user