Hi guys,
is there any help out there how to get the changelog/history of an issue via the python client lib?
I found an outdated solution, but was not able to make it work.
It's perfectly what I need as data.
Many thanks for your support! :-)
Hi @Blackoasis
The following should work :
/rest/api/3/issue/ABC-123?expand=changelog
you will then need to iterate through the changelog.histories and within each of these, iterate through the items.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.