You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script will query the group table and look for groups with inactive members. The script will replace the inactive manager with the oldest active member of the group.
1
3
4
+
Logs: If no active members are there in group //gs.info("Group " + grp.name + " does not have any active user");
5
+
6
+
After manager is replaced : gs.info("Group " + inactiveMgrGrp.name + " manager changed to " + getOlderGroupMember(inactiveMgrGrp).name);
0 commit comments