The bulk export actually had the timestamp added in [#6638] but there was an issue with the API not properly using the __json__() method, which accidentally caused it to include the timestamp prior to it being added for the export. The API was changed to use __json__() and it now matches the export exactly. (Some superfluous fields were dropped, such as the redundant thread_id and status, which is always "ok", and attachment URLs are now available on the API.)
allura:cj/6661
The bulk export actually had the timestamp added in [#6638] but there was an issue with the API not properly using the
__json__()
method, which accidentally caused it to include the timestamp prior to it being added for the export. The API was changed to use__json__()
and it now matches the export exactly. (Some superfluous fields were dropped, such as the redundantthread_id
andstatus
, which is always"ok"
, and attachment URLs are now available on the API.)Related
Tickets:
#6638