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.
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.