Skip to content
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

Bug: List all projects of current user returns empty list #2827

Open
Malaber opened this issue Mar 22, 2024 · 0 comments
Open

Bug: List all projects of current user returns empty list #2827

Malaber opened this issue Mar 22, 2024 · 0 comments

Comments

@Malaber
Copy link

Malaber commented Mar 22, 2024

Description of the problem, including code/CLI snippet

I want to call gitlab_client.projects.list(membership=True, all=True) and have all projects returned that the current user is a member of.

Expected Behavior

Returns a list of projects the user is a member of.
Can be filtered via the gitlab API using the membership parameter.
https://docs.gitlab.com/ee/api/projects.html#list-all-projects

Actual Behavior

Returns an empty list

Specifications

  • python-gitlab version: 4.4.0
  • API version you are using (v3/v4): v4
  • Gitlab server version (or gitlab.com): GitLab Enterprise Edition v16.9.2-ee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant