How can we get data with historical states of issues using jira api?

Roman Novikov November 25, 2020

Hello.

I'm using python and JIRA library for getting data from jira.

I know how to get issue data and get issue changelog.
But I want to get records like: 

changelog_id, issue_id, updated, ...(other_fields)

from jira api without complex calculations on my database after importing data.

Is there a way to get similar data from jira api?
If so, how do you get such data?

1 answer

1 accepted

0 votes
Answer accepted
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 25, 2020

The REST API does not have alternative representations of the data it returns - the changelog you are already getting is the only format available.

Suggest an answer

Log in or Sign up to answer