Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to extract issue complete status history from JIRA?

Richard Coffre
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 9, 2017

Hi all,

 

Using REST API and Perl, how could I get the complete status history of an issue from JIRA?

It means that for a given issue, it will collect all the general information and all the statuses the issue had during its cycle of life.

Does it make sense?

Best regards,

Richard

2 answers

1 vote
Jobin Kuruvilla [Adaptavist]
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 9, 2017

When you use GET issue (https://docs.atlassian.com/jira/REST/cloud/#api/2/issue-getIssue), you can get the full change history by requesting changelog, as described in the documentation. 

You can then extract the status changes from the change log.

0 votes
Richard Coffre
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2017

Is it possible to do it directly in the database by selecting data from tables such as jiraissue, changegroup, changeitem?

Best regards,

Richard

Martin Rýznar August 13, 2019

I need this too. Have you found any solution how to get these datas directly from DB using SQL? 

Suggest an answer

Log in or Sign up to answer