GitLab connector does not show Group Projects
See original GitHub issueUsing GitLab connector, I can’t see the group projects. Looking the source code, I found this call to GitLab API
String requestUrl = this.endpoint("/api/v4/groups/:group/projects").bind("group", group).toString();
But the 'group` in this case was not the group name, but the group ID.
https://docs.gitlab.com/ee/api/groups.html#list-a-group-s-projects
Issue Analytics
- State:
- Created 5 years ago
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Project and group visibility - GitLab Docs
On the top bar, select Main menu > Groups and find your project. · On the left sidebar, select Settings > General. ·...
Read more >Groups - GitLab Docs
You can also view all of the issues and merge requests for the projects in the group, and view analytics that show the...
Read more >Manage groups - GitLab Docs
Manage groups. Use groups to manage one or more related projects at the same time. View groups. To view groups, on the top...
Read more >Members of a project - GitLab Docs
Members are the users and groups who have access to your project. Each member gets a role ... The members of the group...
Read more >Groups without projects do not autocomplete for mentioning
Summary Gitlab groups do not autocomplete when mentioning unless the group also has a public project.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
OK I think I have this fixed. Should be all set in the next release. We can probably do better with respect to the display of the groups (they are all displayed in the drop-down without any concept of the hierarchy). But other than that I think it’s all working now.
Ah ok maybe the problem is that they are private. I’ll look into that. Thanks.