You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "abeizn (via GitHub)" <gi...@apache.org> on 2023/06/01 09:42:37 UTC

[GitHub] [incubator-devlake] abeizn commented on a diff in pull request #5225: feat: collect jira development panel

abeizn commented on code in PR #5225:
URL: https://github.com/apache/incubator-devlake/pull/5225#discussion_r1212885241


##########
backend/plugins/jira/tasks/issue_repo_commit_convertor.go:
##########
@@ -97,6 +97,7 @@ func ConvertIssueRepoCommits(taskCtx plugin.SubTaskContext) errors.Error {
 			item := &crossdomain.IssueRepoCommit{
 				IssueId:   issueIdGenerator.Generate(connectionId, issueCommit.IssueId),
 				CommitSha: issueCommit.CommitSha,
+				RepoUrl:   issueCommit.RepoUrl,

Review Comment:
   Some parameters are missing assignments:host, namespace, repo_name
   ![image](https://github.com/apache/incubator-devlake/assets/101256042/fd54f6fa-3e2c-4c78-a5c1-6e1a7e6852b9)
   



-- 
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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org