-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Load Issue attributes for API call #6122
Conversation
Signed-off-by: jolheiser <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #6122 +/- ##
==========================================
- Coverage 38.85% 38.84% -0.02%
==========================================
Files 352 352
Lines 50030 50030
==========================================
- Hits 19440 19434 -6
- Misses 27776 27783 +7
+ Partials 2814 2813 -1
Continue to review full report at Codecov.
|
@lafriks Is there any workaround for this in 1.7.2? |
Please backport to 1.7 |
Signed-off-by: jolheiser <[email protected]>
Signed-off-by: jolheiser <[email protected]>
Fixes #6056
Issues were being loaded raw instead of with attributes. Changed the API to use the func that loads attributes.