The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Ticket history in ecxel format

KARIM Ghazouani
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!
June 13, 2019
Hello , it is possible to retrieve the information 
in the ticket history in ecxel format?

JIRA v5.2.1
 

 

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Aron Gombas _Midori_
Community Champion
June 13, 2019

Use the Better Excel Exporter app and you will get an Excel spreadsheet with your selected columns in the left, but the change history in the right.

See: https://midori-global.com/products/better-excel-exporter-for-jira/server/template-gallery#issues-with-selected-fields-and-change-history

jira-issues-selected-fields-with-change-history

0 votes
Thomas Magny-Garcia
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 Champions.
June 13, 2019

Hello ! Using Rest API in Excel, I can find this :
Sans titre.png

I used information at this URL : https://URL/jra/rest/api/latest/issue/ISSUE-XXX?expand=changelog

I don't know if it can help you.