This warning indicates that the group called 'jira-users' has more than 200 members. Because of a default view limit, Jira is only displaying 200 of the members of that group.
There is a KB article on this error over at Groups Have More than 200 Users Warning Message in Group Browser. From that article there is a work-around you can follow to show more users if need be:
Set the following in your jira-config.properties:
# Controls the maximum number of users that will be displayed for a group when # managing user membership in bulk jira.usermanagement.maxdisplaymembers = 200
- Increase the maximum number for
jira.usermanagement.maxdisplaymembers
.- Restart JIRA after the modification.
Regards,
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.