mindlesscloud commented on code in PR #2506:
URL: https://github.com/apache/incubator-devlake/pull/2506#discussion_r922304060


##########
plugins/tapd/tasks/task_label_convertor.go:
##########
@@ -33,6 +33,7 @@ var ConvertTaskLabelsMeta = core.SubTaskMeta{
        EntryPoint:       ConvertTaskLabels,
        EnabledByDefault: true,
        Description:      "Convert tool layer table tapd_issue_labels into  
domain layer table issue_labels",
+       DomainTypes:      []string{core.DOMAIN_TYPE_CROSS},

Review Comment:
   fixed



##########
plugins/tapd/tasks/worklog_collector.go:
##########
@@ -87,4 +87,5 @@ var CollectWorklogMeta = core.SubTaskMeta{
        EntryPoint:       CollectWorklogs,
        EnabledByDefault: true,
        Description:      "collect Tapd worklogs",
+       DomainTypes:      []string{core.DOMAIN_TYPE_CROSS},

Review Comment:
   fixed



##########
plugins/tapd/tasks/worklog_converter.go:
##########
@@ -91,4 +91,5 @@ var ConvertWorklogMeta = core.SubTaskMeta{
        EntryPoint:       ConvertWorklog,
        EnabledByDefault: true,
        Description:      "convert Tapd Worklog",
+       DomainTypes:      []string{core.DOMAIN_TYPE_CROSS},

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to