Retrieve time of a transition for an Issue

Hello,
I need to retrieve all the transitions for my issues, I noticed that the time in which the transition happens (which I can see through the Jira platform) is not given in the API when I get the Transitions from this endpoint:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-issueidorkey-transitions-get
I tried to use the expand parameter but it didn’t work.
How can I get the time of the transitions?
Thank you

Hello @hungmartinole

The Get transitions endpoint is for retrieving information about the transitions that can be performed for a particular issue. It does not return information about an issue’s transition history.

Transitioning an issue is a type of change, and the change history of an issue is obtained via the Get changelog endpoint

1 Like