We are working to structure standards and guidelines for rolling out a plan for Jira governance at our company. In order to get a baseline of where we are currently at with existing projects and respective settings, I was wondering if anyone has found a simple way to export project names, their categories, project leads and/or any respective schemes associated with them.
I haven't been able to find an easy way to do this without just curating a list by individually going through each project and noting the project lead, category and then referencing the Admin settings to find the respective schemes.
We currently have the Jira Standard plan and do not have Atlassian Access- I'm not looking for an additional paid add-on in this case either. I'm just curious if anyone has found a way to audit your system without paying for more to do so.
I welcome any ideas and suggestions you may have - thanks!
Yes, it can be done using the REST API. You can get the all the information you are looking for by getting all the projects and then for each project use Get project. The response from Get project will have both the project lead and the category it belongs too.
Hi @Nicki Adams ~ to expand on @Mikael Sandberg 's answer:
you can also append ?expand=lead to include that information and then use https://data.page/json/csv to convert the JSON into a CSV file (ref: https://community.atlassian.com/t5/Jira-Software-questions/Export-a-list-of-all-projects/qaq-p/2197127 ). You may also need to tweak the maxResults to ensure all of your projects are displayed. HTH
https://[yourjirasite]/rest/api/3/project/search?expand=lead&maxResults=500
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You both are wonderful, thank you so much @Mikael Sandberg @Laurie Sciutti!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.