Actions
Feature #7111
closedExpose more detail on journal entries
Start date:
2010-12-14
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
It would be useful to be able to query additional information about journal entries over the REST API. At the moment I am trying to find the best way of retrieving the date on which a particular journal-entry was created. This could be done in one of two ways:
- Create a separate 'journals' read-only/GET-only REST method that allows you to query for specific journal ID's and returns info from the journals database-table. E.g:
GET /journals/[id].xml
- Alternatively, the journals object returned in the issues.xml could be enriched to contain the additional information from that table, such as the created_on date.
Updated by Jean-Philippe Lang almost 14 years ago
- Category set to REST API
- Status changed from New to Closed
- Resolution set to Fixed
The created_on was clearly missing and was added in r4512. This seems to be the only attribute that was missing so I think we can close this ticket. Reopen if I am missing something.
Actions