Ticket status: Value Change

Hello Together. I try to craete a report based on the property changes in this case from Ticket Status. Is it possible to reach this dimension - coulnd’t finde a way to do it? Or by the API maybe? Thank You, Thomas.

Hi @niederberger,

Natively, in HubSpot, this is unfortunately not possible. HubSpot reports will always display the current value of a property, and it’s not possible to use the custom report builder to report on previous values in a property.

This type of reporting would have to happen outside of HubSpot. API could be one approach, exporting the property history another: Organize, delete, and export properties

Best regards

Thank You, that’s what I thougt.
I will run it by the API with that endpoint: https://api.hubapi.com/crm/v3/objects/tickets/?propertiesWithHistory=hs_pipeline_stage and write me a JSON and then a table to have it.