You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We have 54 groups defined in Jira. However, when I go to the User Admin function, when I attempt to pull-down the list of groups from which to choose to filter, I cannot see all 54, only a portion (probably about 20). How can I extend the size of the list for that field so that I can see all 54 (or more) groups?
The field is dynamic and it show the first few results by default, the field is more of a search field to dynamic search and select groups.
you can use the following API call to get a list of all your groups https://<yourinstance>/rest/api/2/groups/picker?maxResults=10000
its a get call so if you are logged in you can just run it in the browser.
Alternatively you can try retrieving it from the DB, or if you have a scripting plugin via that.
Thanks... see picture:
This scroller only show 20 of the 54... and I cannot page beyond the 20.... So, is there a config item somewhere that will let me increase this pulldown count?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.