Need a query to pull the report of Created and resolved ticket Between 00:00 to 23:59 IST on daily basis
You can use this to find all issues created in previous day
...AND createddate > startofday(-1) and createddate <= startofday()
add to the rest of your filter, save and set up a subscription for daily report.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.