-
Suggestion
-
Resolution: Fixed
-
None
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
In order to improve performance of permission checking in JIRA we need to create a request scope cache for user Groups.
1. Thing: DefaultGlobalPermissionManager stop calling crowdService.search() and call GroupManager.getGroupsForUser()
2. Add a request scope cache to GroupManager.getGroupsForUser()
- is related to
-
JRASERVER-43615 Request cache for groups which user belongs to
- Closed