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


##########
backend/plugins/jira/tasks/issue_changelog_extractor.go:
##########
@@ -69,12 +69,17 @@ func ExtractIssueChangelogs(taskCtx plugin.SubTaskContext) 
errors.Error {
                        // this is crucial for incremental update
                        cl.IssueUpdated = &input.UpdateTime
                        // collect changelog / user inforation
-                       result = append(result, cl, user)
+                       result = append(result, cl)
+                       if user != nil {

Review Comment:
   Is there still need user.AccountId != ""?



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