Retrieve change log history for status fields

Hi,

Our company has recently started integrating with a client who uses Fibery.

We need to retrieve the changelog of a workflow state field (e.g., ToDo → In Progress → QA → Done), essentially the history of the states of a ticket, including when it was opened and when it moved through different states, along with the assignee at each state.

I’m having trouble finding documentation to support this.
I asked the client, and they mentioned the History report.

Additionally, there is an activity log in the UI, but we couldn’t query it using the API.

Currently, we are using the REST API with the “fibery.entity/query” command.

Is there a “fibery.entity/history” command, since there is a “history/disabled?”: false option in the fibery/meta object?

Thanks for your help.

I suggest consulting the guide on historical reports:
https://the.fibery.io/@public/User_Guide/Guide/Current-vs-Historical-Data-in-Reports-168

You can filter to limit to a single entity if you want, and the narrow to ‘Changed fields = State’.
You can show the State and Assignees as fields, plus any other you’re interested in

1 Like

Hi @Anton_R,

We have no plans at this point to get our Report API public.

So if you want to use a report data you have to get it manually.
E.g. setup a Report View in your target workspace, wait until data is ready and get it exported as a CSV file.

You can always create an Idea or Feature request here in the forum this will help us with tracking user voices.