Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How do i make a three months report of the activity from a user?

Joaquín Lopetegui
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 17, 2021

I am doing a query to the database to obtain the audit log and I am missing how to filter it by the results of the last three months and hit the query.

Using this query as a reference:

SELECT a.ACTION AS ACCION,a.CATEGORY as CATEGORIA,a.USER_NAME AS USUARIO,a.RESOURCES as OBJETOMODIFICADO,a.ENTITY_TIMESTAMP as TIEMPO
FROM AO_C77861_AUDIT_ENTITY a, CWD_MEMBERSHIP b
WHERE
a.USER_NAME = b.CHILD_NAME
AND
b.LOWER_PARENT_NAME = 'jira-administrators';

0 answers

Suggest an answer

Log in or Sign up to answer