Actions
Defect #16173
closedAPI Rest // Customized fields for TimeEntries are not exported
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
Hello,
there is no way through the rest API to get the values of the customized fields of type TimeEntry...
thank you
Updated by Go MAEDA over 4 years ago
- Resolution set to Cant reproduce
A response of GET /time_entries/[id].(xml|json)
contains custom fields.
{"time_entry":{"id":2,"project":{"id":1,"name":"eCookbook"},"issue":{"id":1},"user":{"id":1,"name":"Redmine Admin"},"activity":{"id":9,"name":"Design"},"hours":150.0,"comments":"","spent_on":"2007-03-12","created_on":"2007-03-23T13:11:04Z","updated_on":"2007-03-23T13:11:04Z","custom_fields":[{"id":10,"name":"Overtime"}]}}
Actions