mindlesscloud commented on code in PR #2506:
URL: https://github.com/apache/incubator-devlake/pull/2506#discussion_r922300335
##########
plugins/jira/tasks/issue_extractor.go:
##########
@@ -36,7 +36,7 @@ var ExtractIssuesMeta = core.SubTaskMeta{
EntryPoint: ExtractIssues,
EnabledByDefault: true,
Description: "extract 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]