mindlesscloud commented on code in PR #2506:
URL: https://github.com/apache/incubator-devlake/pull/2506#discussion_r922299738
##########
plugins/jira/tasks/issue_changelog_collector.go:
##########
@@ -40,7 +40,7 @@ var CollectIssueChangelogsMeta = core.SubTaskMeta{
EntryPoint: CollectIssueChangelogs,
EnabledByDefault: true,
Description: "collect 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_changelog_convertor.go:
##########
@@ -38,7 +38,7 @@ var ConvertIssueChangelogsMeta = core.SubTaskMeta{
EntryPoint: ConvertIssueChangelogs,
EnabledByDefault: true,
Description: "convert 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
--
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]