Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

From the API to SQL can you pull the issues transition history ?

Rita Carnes July 10, 2019

I would like to pull into a SQL database the transition history of issue keys.   I need to see the status and the date it was transitioned for reporting full lifecycle of issues.   

1 answer

1 accepted

0 votes
Answer accepted
Warren
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 10, 2019

Hi @Rita Carnes 

If you're using the API, the server documentation should help you. This doc will jump to the API call that you could use

/rest/api/2/issue/{issueIdOrKey}

If you then add a parameter of expand=changelog, so that the call looks like

/rest/api/2/issue/{issueIdOrKey}?expand=changelog

the changelog section will give you the full history

Rita Carnes July 10, 2019

Thanks!  I ended up finding documentation on it as well.

Suggest an answer

Log in or Sign up to answer