-
Notifications
You must be signed in to change notification settings - Fork 668
List groups only skips the last id provided in skip_groups #1256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Are you sure that you've provided the groups correctly? Could you add a little snippet of your code here? |
The variable |
Yes, the naming is bad. The ids are group ids. |
At the moment, The root-cause for this issue is that the Gitlab API doesn't accept a list of integers at this time. A work-around is being developed and progress tracked in: #1407 |
Description of the problem, including code/CLI snippet
The get groups endpoint returns a list of projects. When providing the parameter <skip_groups> the ids in the array should be skipped. The problem is that only the LAST id in the array is skipped.
Expected Behavior
All groups that are provided in skip_groups should be skipped.
Actual Behavior
Only the group related to the last id in skip_groups is skipped.
Specifications
The text was updated successfully, but these errors were encountered: