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
There are two paths to remove a user's project-level roles. First, on the "Edit Member" page, the user's roles can be unchecked and the "Update member" button can be clicked. Second, on the same page, the "Remove member" button can be clicked.
The first path results in one entry in the audit log for each role. For example:
The second path results in one entry in the audit log. For example:
Notice that the entry doesn't record the roles that were removed, if any.
By interrogating the audit log, we should be able to know which users (who) had which roles (what), at a given point in time (when). Naturally, some users had some roles before the audit log was activated. For these users, the roles they had at a given point in time would be their current roles minus their removed roles. Not recording the roles that were removed (the second path) means the audit log is incomplete.
The text was updated successfully, but these errors were encountered:
There are two paths to remove a user's project-level roles. First, on the "Edit Member" page, the user's roles can be unchecked and the "Update member" button can be clicked. Second, on the same page, the "Remove member" button can be clicked.
The first path results in one entry in the audit log for each role. For example:
The second path results in one entry in the audit log. For example:
Notice that the entry doesn't record the roles that were removed, if any.
By interrogating the audit log, we should be able to know which users (who) had which roles (what), at a given point in time (when). Naturally, some users had some roles before the audit log was activated. For these users, the roles they had at a given point in time would be their current roles minus their removed roles. Not recording the roles that were removed (the second path) means the audit log is incomplete.
The text was updated successfully, but these errors were encountered: