Forums

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

Export list of Projects

Karl Rothenberg October 24, 2022

This is for JIRA Data Center - We are entering into an effort to clean up and archive our JIRA projects. I need to take the list of all projects found in JIRA and export that list in its entirety to a spread sheet. Is there any easy way to do that? I'd like to pick and choose what information goes into the columns of my spread sheet. 

2 answers

0 votes
Aron Gombas _Midori_
Community Champion
October 25, 2022

The Better Excel Exporter has a customizable export template "project-export.xlsx" that produces a spreadsheet like this:

jira-project-export.png

See: https://midori-global.com/products/better-excel-exporter-for-jira/server/export-samples/jira-other-excel-reports

(Discl. it's a paid and supported app developed by our team.)

0 votes
Florian Bonniec
Community Champion
October 24, 2022

Hi @Karl Rothenberg 

The easy way to do it should be to run a SQL query on the db directly. Depending on the information you want to extract it may be more or less complex.

https://developer.atlassian.com/server/jira/platform/database-schema/

 

Ex for all project

select * from project.

 

Regards

Suggest an answer

Log in or Sign up to answer