Transition data for all issues with API

Erik
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 24, 2025

I need to get all transition dates for each issue in my Jira database.  I did an api call and got a ton of data, but the specific transition is not in the data.  Am I missing something? here is the api I am using "

rest/api/latest/search?jql=project=IRISPMSB&maxResults=500"  (web address left out for security reasons).

I am looking for a transition that says "Ready to Merge [  12767 ] but don't see that anywhere in the resulting JSON.

1 answer

1 vote
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
February 24, 2025

Hello @Erik 

Welcome to the Atlassian community.

Status transitions would be part of the changelog information for the issue. you would have to include the changelog in the expand parameter of the API call.

 

https://developer.atlassian.com/server/jira/platform/rest/v10002/api-group-search/#api-group-search

Suggest an answer

Log in or Sign up to answer