-
Notifications
You must be signed in to change notification settings - Fork 89
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
SpentHours, TotalSpentHours and TotalEstimatedHours null return #246
Comments
Hi, |
Environment: |
Hi, |
Hi @zapadi - got the same issue as the reporter My Redmine Currently using nuget 4.0.1 - I did also downgrade the version 3 times but nothing changed My test code ` Console.WriteLine("UpdateIssuesTime called");
At the moment i have 2 issues - both with EstimatedHours set to 20, only one issue has 2 TimeEntries each property for issue spent hours returns null. But when I use _redmineManager.GetObjects for TimeEntry the entry for id 2 returns the correct hours and for id 1 it throws a nullreference exception. any idea? |
Hello @MarcinTroska , I'll get back to you as soon as I have an answer to your issue. |
Same problem here. Redmine version 4.0.1.stable, RedmineApi 4.2.0 |
GetObject returns more properties than GetObjects for Issues and Users. |
I am using the GetObjects method and the fields SpentHours, TotalSpentHours and TotalEstimatedHours return me null (IMG_01) on the web it shows me the correct information (IMG_02)
The text was updated successfully, but these errors were encountered: