I want to query a date for when tickets are closed. Same way i can query created date. How do I do this without there being an actual field to populate on a ticket?
Hi Dawn,
There is a resolutiondate you can query against that holds the time stamp from when the ticket was resolved. It can be used in the same manner as the createdDate query.
For instance I have four issues and none are resolved except one. I used the following to find the one that is resolved:
resolutiondate < "2017-06-09"
Hopefully that helps!
Cheers,
Branden
Hi Dawn,
For your case, maybe you can try using this query :
project = PROJECT_NAME AND issuetype = "Service Request" AND status changed to Closed after startOfMonth() AND status changed to Closed before endOfMonth()
Best Regards,
Willy Wijaya
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.