How to list all JIRA user groups from the GUI?

cirosantilli August 30, 2017

I managed it from the REST API with:

/rest/api/2/groups/picker?maxResults=10000

 but can I do it from the GUI?

Hopefully without admin powers.

No need to show which users are in that group, that has already been asked at: https://community.atlassian.com/t5/JIRA-questions/List-of-all-Members-in-specific-Jira-groups/qaq-p/134483

2 answers

0 votes
Kevin Murphy November 2, 2023

It's kind of infuriating for there to be a `membersOf` function but not have auto-listing of groups that are candidate arguments for that function. That lack is my primary interest in having _some_ easy way of merely listing the names of the groups in the instance. This is turning my writing of a report JQL query from a 1-minute task into a enormous ordeal.

Kevin Murphy November 2, 2023

But thanks for the API query; that made my day!

0 votes
Jonas Andersson
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.
August 30, 2017

https://<your.servername>/secure/admin/user/GroupBrowser.jspa?start=0&max=300

Will show the first 300, increase to 1000 if needed.

cirosantilli September 1, 2017

Any method that does not require admin, and shows all groups I can view?

Like # people like this

Suggest an answer

Log in or Sign up to answer