mindlesscloud commented on code in PR #2506:
URL: https://github.com/apache/incubator-devlake/pull/2506#discussion_r922303851
##########
plugins/tapd/tasks/task_custom_fields_extractor.go:
##########
@@ -32,6 +32,7 @@ var ExtractTaskCustomFieldsMeta = core.SubTaskMeta{
EntryPoint: ExtractTaskCustomFields,
EnabledByDefault: true,
Description: "Extract raw company data into tool layer table
_tool_tapd_task_custom_fields",
+ DomainTypes: []string{core.DOMAIN_TYPE_CROSS},
Review Comment:
fixed
##########
plugins/tapd/tasks/task_extractor.go:
##########
@@ -35,6 +35,7 @@ var ExtractTaskMeta = core.SubTaskMeta{
EntryPoint: ExtractTasks,
EnabledByDefault: true,
Description: "Extract raw workspace data into tool layer table
_tool_tapd_iterations",
+ 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]