Feature #32242
Add estimated hours and spent hours to Versions API
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | REST API | |||
Target version: | 4.1.0 | |||
Resolution: | Fixed |
Description
Hello,
I just started using api redmine,
I am looking for can I have total hours by version
like i have version named 'updateredmine':
i wanna get the total hours spent in this version
Version 'updateredmine' | Total hours = 4924.00 hours
Regards
Associated revisions
Add estimated hours and spent hours to Versions API (#32242).
Patch by Yuichi HARADA.
History
#1
Updated by Go MAEDA almost 3 years ago
- Tracker changed from Defect to Feature
The feature is not yet implemented. But I agree that it would be nice if Versions API returns spent_hours and estimated_hours.
#2
Updated by Yuichi HARADA almost 3 years ago
- File 32242_total_hours_by_fixed_version.patch
added
Returns estimated_hours and spent_hours using Versions API "GET /versions/:id(.:format)".
I attached a patch.
#3
Updated by Go MAEDA almost 3 years ago
- Target version set to Candidate for next major release
#4
Updated by Go MAEDA almost 3 years ago
- Assignee set to Go MAEDA
- Target version changed from Candidate for next major release to 4.1.0
Setting the target version to 4.1.0.
#5
Updated by Go MAEDA almost 3 years ago
- Subject changed from Total hours by fixed version REST API to Add estimated hours and spent hours to Versions API
- Status changed from New to Closed
- Resolution set to Fixed
Committed the patch. Thank you for your contribution.