How to extract a report of only those cases which were closed between 2 particular dates.
Cannot find JQL logic which provides way to search cases by closed date
See if this is what you are looking for...
resolutiondate >= 2022-01-01 AND resolutiondate <= 2022-01-30
This assumes you are setting the Resolution when moving to done,.
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.