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


##########
plugins/jira/tasks/issue_changelog_extractor.go:
##########
@@ -33,7 +33,7 @@ var ExtractIssueChangelogsMeta = core.SubTaskMeta{
        EntryPoint:       ExtractIssueChangelogs,
        EnabledByDefault: true,
        Description:      "extract Jira Issue change logs",
-       DomainTypes:      []string{core.DOMAIN_TYPE_TICKET},
+       DomainTypes:      []string{core.DOMAIN_TYPE_TICKET, 
core.DOMAIN_TYPE_CROSS},

Review Comment:
   the entity account might be extracted from changelogs



##########
plugins/jira/tasks/issue_collector.go:
##########
@@ -46,7 +46,7 @@ var CollectIssuesMeta = core.SubTaskMeta{
        EntryPoint:       CollectIssues,
        EnabledByDefault: true,
        Description:      "collect Jira issues",
-       DomainTypes:      []string{core.DOMAIN_TYPE_TICKET},
+       DomainTypes:      []string{core.DOMAIN_TYPE_TICKET, 
core.DOMAIN_TYPE_CROSS},

Review Comment:
   the entity account might be extracted from changelogs



-- 
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