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