Hi,
We want to make general review and cleanup of security groups in our Atlassian site.
As there is no native way to export all the data into csv/excel for review i wanted to ask if you know of any way to do so? API or maybe some addon?
Our goal: To review all groups efficiently and be able to easy consult that with non site-admin users
Our Software: Atlassian Cloud, Jira+Confluence
If this is something that you have to do only once, then use the REST API endpoints suggested by @Vicknesh Shanmugam and manually convert the JSONs to CSV, then import to Excel.
If this is something that you have to do repeatedly, then develop a custom Excel export template for the Better Excel Exporter. The template should connect to the same REST API endpoints, get the same data, but do the conversion programmatically, finally download the resulted Excel spreadsheet to you.
Hi Lukasz.
You may use the REST API endpoints below to get the list of groups in your Atlassian Cloud:
You can convert the JSON response to Excel and use the information to the audit purpose.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Vicknesh Shanmugam
Could you please suggest, is there anyway to get groups list with details as well?
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.