audit log from SQL query

Adrian Gonzalez June 17, 2021

Hi people,

I need help to find some SQL query to list what user maked a roles change around a date in a project. Could anybody help me?

Thanks a lot

1 answer

0 votes
Niranjan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 17, 2021

Hi @Adrian Gonzalez , From JIRA 8.8 the audit_log table in jira is called AO_C77861_AUDIT_ENTITY.  

If you have the date of chnage and the project name, you should be able to check it in via as project role changes are captured in UI Audit log.

Suggest an answer

Log in or Sign up to answer