How to find the who has updated the project roles of JIRA with all the history.
I have below query which does not provide history
select * from projectroleactor where ROLETYPEPARAMETER = 'groups-name'
Totally wrong answer initially. If you have Audit Log enabled then you can do:
select * from audit_log where object_type = 'PROJECT_ROLE'
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.