Hello,
We are trying to track users who have made changes to System Access Controls for a particular Role in Jira Align. I know there aren't any logs available in UI, but kindly share if there is a way we can track those logs using Leo Database or any other viable way.
Thank you!
@Abhinav Reddy The current_dw.Role Log table in Jira Align Enterprise Insights (formerly known as Leo) contains the audit log data for changes to systems roles. The Detail Text column provides the specific details on the change to the permission toggles. You will need to join this table with the current_dw.Role table on the Role ID to associate the role to the log record. Below is a screenshot of what the data looks like.
Thank you very much for your responses. I see them now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can see it on the Admin -> Log page. Search for the role name. See example below.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.