-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 6.0
-
Component/s: Authentication & Authorization, Web API
-
Labels:
Currently you need to specify the group query and one permission to get results. Change it the way that for each user the full list of permissions is returned. For example:
GET api/permissions/template_groups?templateId=1&q=admin { "groups": [{ "id": "1", "name": "sonar-administrators", "description": "System administrators", "permissions": [ "admin", "issueadmin", ... ] }], "paging": {...} }
That means removal of selected parameter.
If permission parameter present, return only groups that have that permission.
- contributes to
-
MMF-303 Better management [UX] of project permissions
-
- Closed
-
- is depended upon by
-
SONAR-7840 Offer a better UX on the Global Permissions page
-
- Closed
-
-
SONAR-7879 Offer a better UX on the project-level Permissions page
-
- Closed
-
-
SONAR-7881 Offer a better UX on the Permission Templates page
-
- Closed
-