Actions
Task #2917
closedLRT to create auto roles based on user's roles
Start date:
08/26/2021
Due date:
% Done:
100%
Estimated time:
Owner:
Description
LRT which can do the following
search all tree nodes where some user is located
In case that only one user (contract) is on this tree node, take all his roles (or just roles with selected system) and create auto roles for this tree node with no recursion
In case multiple users (contracts) are located in this tree node. Find roles which all of users have in common and then take all of this common roles (or just roles with selected system) and create auto roles for this tree node with no recursion
- system - if no system is selected all roles will be created as auto. If system is selected only roles which has mapping for this system will be created
- multiple users behavior - if false in case that multiple users are on same tree node nothing will be created. If true we will search for common roles
Actions