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

project iterations are broken #2403

Closed
hollerdawg opened this issue Dec 2, 2022 · 0 comments · Fixed by #2404
Closed

project iterations are broken #2403

hollerdawg opened this issue Dec 2, 2022 · 0 comments · Fixed by #2404
Labels

Comments

@hollerdawg
Copy link

project objects are using the GroupIterationManager instead of the ProjectIterationManager resulting in a 404 Group Not Found error received from the server when no project ID matches a group ID. I haven't come across it, but I could see this returning the matching group IDs iterations instead of the project ID's iterations if a matching group ID were to exist.

hollerdawg pushed a commit to hollerdawg/python-gitlab that referenced this issue Dec 2, 2022
The Project object was previously using the GroupIterationManager
resulting in the incorrect API endpoint being used. Utilize the correct
ProjectIterationManager instead.

Resolves python-gitlab#2403
@nejch nejch added the support label Dec 3, 2022
nejch pushed a commit that referenced this issue Dec 3, 2022
The Project object was previously using the GroupIterationManager
resulting in the incorrect API endpoint being used. Utilize the correct
ProjectIterationManager instead.

Resolves #2403
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants