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


##########
backend/plugins/gitlab/api/init.go:
##########
@@ -44,7 +44,7 @@ func Init(br context.BasicRes, p plugin.PluginMeta) {
        params := &api.ReflectionParameters{
                ScopeIdFieldName:  "GitlabId",
                ScopeIdColumnName: "gitlab_id",
-               RawScopeParamName: "ProjectId",
+               RawScopeParamName: "name",

Review Comment:
   RawScopeParamName corresponds to the scopeId field on the ApiParams struct 
that Gitlab uses. Is that called "name"? And it would have to be "Name" since 
the fields are capitalized



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