Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Export a list of all projects

Edited

Hi! How can I export a List or Sheet with all the projects created and currently active in my Companies Jira ?

5 answers

2 votes
Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 22, 2022

You can easily do that with the Better Excel Exporter app. Follow this tutorial.

jira-project-export (1).png

(Discl. it is a paid and supported app, developed by our team.)

Hello @Aron Gombas _Midori_is it possible to export all projects with all their insights and CMDBs in one single Excel sheets with Better Excel Exporter for Jira Server ?

Aron Gombas _Midori_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Mar 01, 2023

Not with one click.

But:

  1. You could either develop a template that does it. You have the default "project-export.xlsx" template and its Groovy script as starting point. Plus, you can find the sample code for accessing Insights data in "insight-tool.groovy". These are great starting points.
  2. Or:
    1. Export all projects to one spreadsheet.
    2. Then export the issues in one project with their Insight-managed fields to another spreadsheet. 
      1. Repeat it for all projects.
    3. Combine the previously exported spreadsheets into one using the Excel feature set.

1 is the elegant solution, which should be preferred if this is something that you want export time to time repeatedly. 2 is a manual approach, it doesn't require any scripting skills, but it is more work if you have to do this again and again.

Like Sam Husson likes this

Thanks a lot @Aron Gombas _Midori_ for this detailed answer!! I'll make sure to try both solutions and see which one fits better for our need :)

Hi,

I just want to collect all the project names in a file(csv/excel)  is this possible in Jira. i am not seeing Add-ons  menu in my Jira app. without thrid party installations software is it gettable

1 vote
Dawid Joshua _TechTime_
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.
Nov 21, 2022

Hi @Manuela Gomes ,

The following should work:

  1. Navigate to https://your_cloud_name.atlassian.net/rest/api/3/project/searc
  2. Copy everything from "values" to the end of the JSON file into your clipboard
  3. Use an online look like https://data.page/json/csv to convert the JSON from your clipboard into a CSV file. There should be a column "values__name" with all your project names and values__key with the key values.

@Dawid Joshua _TechTime_ I used your solution and it worked - thank you!

The only thing I did differently was use https://domain.atlassian.net/rest/api/3/project/ instead of .../project/search because .../project returned the complete list of projects, whereas .../project/search returned only the first 50 projects by alphabetical order.

Everything else was spot-on though. Thank you again!!

Adding a comment here to highlight that @Dawid Joshua _TechTime_ solution posted on this page works! No 3rd party app needed.

0 votes
Deleted user Nov 25, 2022

Hi @Manuela Gomes 
Welcome to the community!

I'm Yousef, nice to greet you, I'm Product Marketing at DEISER, a Marketplace provider.

We have a blog, where we talk about this topic, if you want, here I attach it https://blog.deiser.com/en/seven-ways-to-export-jira-issues.

I hope it will help you with your question.

If you need more information let me know and I will be happy to talk to you.

0 votes
Trudy Claspill
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Nov 21, 2022

Hello @Manuela Gomes 

Welcome to the community.

There is not a built-in report for getting the list of projects. You can use a third party app or you can use the Jira REST API to get that information.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events