Hi team,
I need a REPORT Regarding what tickets my JIRA user account have work logged for last 3 Months and also I need a Query to Regarding what tickets my JIRA user have work logged for last 3 Months .
That should be include estimated log and actual log
Thanks & Regards
Shravan
shravandata@gmail.com
You can use the below JQL with more conditions and filter out the old tickets where the work log is added before three months.
"Work Log" is not EMPTY and updated > -30d
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.