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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.