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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.