- Notifications
You must be signed in to change notification settings - Fork673
fix: Use the ProjectIterationManager within the Project object#2404
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The Project object was previously using the GroupIterationManagerresulting in the incorrect API endpoint being used. Utilize the correctProjectIterationManager instead.Resolvespython-gitlab#2403
codecov-commenter commentedDec 2, 2022
Codecov Report
@@ Coverage Diff @@## main #2404 +/- ##======================================= Coverage 95.97% 95.97% ======================================= Files 80 80 Lines 5342 5342 ======================================= Hits 5127 5127 Misses 215 215
Flags with carried forward coverage won't be shown.Click here to find out more.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks for the catch@hollerdawg!
Note to self, this was probably an oversight when I added it initially because "project iterations" don't really exist anymore and associated group iterations are returned instead. So we might need to revisit this a bit if there's any kind of iteration-level endpoint later.
The Project object was previously using the GroupIterationManager resulting in the incorrect API endpoint being used. Utilize the correct ProjectIterationManager instead.
Resolves#2403