Starting from 2.24.0 the REST API has a new History API. The old one (Histories/Changes) has been removed.
The new API is added for the following resources:
The new History API will track state changes for the resources.
Unfortunately, there's no way to request history for abstract entities such as Assiganble or General, so if you need this history, you have to get it via a resource (Bugs,
UserStories and so on).
Note, that TP audit history keeps no exact track of all the updates made within 5 minutes, only the latest update will take over.
For example, there's no 'In dev' state in the example above because the bug has been fixed really quickly.
Please, let us know if you want to include any other fields to the new History API or add a history API to the other resources.
P.S. It is not a joke :)