You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/25 20:01:56 UTC

[GitHub] [incubator-devlake] keon94 commented on a diff in pull request #2587: fix bug #2550

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


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

Review Comment:
   why is this TODO?



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