Feature #21757
closedAdd Total spent hours and Estimated hours to the REST API response
0%
Description
Due to #20688, the sum of "estimated hours" or "spent hours" became able to be displayed on issue list and details. However, these value are not supported on REST API. I need to get them named "total_spent_hours" and "total_estimated_hours" via REST API.
Files
Related issues
Updated by Takashi Ichihashi almost 9 years ago
I would be glad if rejected child issues could be excluded from sum of estimated hours.
Updated by Go MAEDA almost 9 years ago
- File feature-21757.diff feature-21757.diff added
Please try this patch: feature-21757.diff
Tests have not yet been written.
I would be glad if rejected child issues could be excluded from sum of estimated hours.
I think API should return same values as displayed on web UI. If you want the feature on Web UI, you would be better to create another issue on this site.
Updated by Go MAEDA almost 9 years ago
- Target version set to Candidate for next major release
Updated by Takenori TAKAKI almost 9 years ago
I do appreciate Takashi Ichihashi's work. I would be very happy if I could see the feature in Redmine 3.3.0.
I have updated the patch:
- Compatible with latest trunk (r15148)
- Added tests
Updated by Takenori TAKAKI almost 9 years ago
Updated by Go MAEDA almost 9 years ago
- Target version changed from Candidate for next major release to 3.3.0
Works fine for me and passed all tests. Setting target version to 3.3.0.
@Takenori, thanks for adding tests to my patch.
Updated by Jean-Philippe Lang almost 9 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch committed in r15254, thanks.
Updated by Go MAEDA almost 9 years ago
- Has duplicate Feature #14717: API value for spent_hours does not include the sum of the spent_hours of the subtasks added
Updated by Jean-Philippe Lang over 8 years ago
- Subject changed from Total spent hours and estimated hours need to be get via REST to Add Total spent hours and Estimated hours to the REST API response
Updated by Go MAEDA about 8 years ago
- Has duplicate Defect #22831: Rest api no longer return estimated time ,hours spent for master tickets added