For the reports, it's easy to get a "details report for all service requests on [given day]". How would one go about getting that report for a longer span, such as 30-days?
I can get a monthly summary, but I need the detailed list more.
you can try something like this
project = ITSD AND issuetype= "Service Request" AND resolved >= startOfMonth()
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.