jinzhu2002 commented on code in PR #2587:
URL: https://github.com/apache/incubator-devlake/pull/2587#discussion_r936157636


##########
plugins/jira/tasks/apiv2models/user.go:
##########
@@ -46,6 +46,10 @@ func (u *Account) getAccountId() string {
        if u.AccountId != "" {
                return u.AccountId
        }
+       //TODO add this code,run success,no test for jira cloud
+       if u.Name != "" {
+               return u.Name

Review Comment:
   OK , I'll try to modify CollectUsers
   



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