Hello Everyone,
I’m removing inactive users from project roles, but the project audit log is showing as empty.
The functionality works correctly in the following cases:
When there are no groups added to the project role that the inactive user belongs to.
When the inactive user is directly assigned to the project role (not via a group).
However, the issue occurs only when a group is added to the project role and the inactive user is part of that group. In such cases, attempting to remove the user from the project role results in an empty audit log entry.
Could you please suggest how to fix this?
I’m using the following API:
removeActorsFromProjectRole(Collection<String> actors, ProjectRole projectRole, Project project, String actorType, ErrorCollection errorCollection)
FYI: Jira Server version 9.12.28.
Thanks and Regards,
Jyoti
Events like adding/removing users or groups from project roles fall under Permissions coverage area. These are logged only when you remove the actual actor (user or group) from the role.
Removing a user from a group that is assigned to a role does NOT create a project audit entry these i believe are logged under global user management instead.
Auditing in Jira | Administering Jira applications Data Center 9.12 | Atlassian Documentation
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.