-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 8.20.10, 8.20.14
-
Component/s: User Management - Groups
-
None
-
8.2
-
1
-
Severity 3 - Minor
Issue Summary
There is a limit on the UI to display only 200 Group Member for a nested group. However, if we check the database it shows the correct count. There is no issue with membership functionality.
Steps to Reproduce
- Enable nested group for the Jira directory, select User Directories from the Jira administration menu, edit the directory and select Enable Nested Groups
- Create a group, let's say dummy group
- Now create 200+ groups
- Navigate to User Management -> Groups -> Edit Nested Group Members
- Add 200 group to the dummy group
Expected Results
It should list all the group membership present in the parent group
Actual Results
- This list maximum of 200 members only
- If you add more than 200 members it will be added, however the list will show only 200 members.

- When checking the database it will show the correct count

Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available.