Hi there,
I currently try to write a script to analyse the avg. ticket age of a team in each ticket status.
Therefore I want to use the ticket history and take the timestamps on each status change (data is available in Jira in the "History" tab).

But I can't find the data if I retrieve the ticket via this package (jira.issue("XX-123") only contains current status).
Is there a way to get the full history of a ticket?
Best Regards
ShadowZone