likyh commented on code in PR #4661:
URL: 
https://github.com/apache/incubator-devlake/pull/4661#discussion_r1135570894


##########
backend/plugins/bamboo/api/remote.go:
##########
@@ -300,3 +300,8 @@ func GetQueryForSearchProject(search string, page int, 
perPage int) url.Values {
 
        return query
 }
+func extractParam(params map[string]string) (uint64, string) {
+       connectionId, _ := strconv.ParseUint(params["connectionId"], 10, 64)
+       projectKey := params["projectKey"]

Review Comment:
   It looks like `projectKey` haven't been used.



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