I want to find out all the issues which are closed between 4-7 days.
Hello @Gajanan Sasane
Optionally, you can try Dynamic Filters: JQL Replacer for Jira.
You can set up smart fields, choose the date ranges you need (as it's depicted below), and get data about the issues which are closed between 4-7 days.
I hope you find it helpful
Best regards, Mariana
Hi Gajanan,
resolution is not EMPTY AND resolved >= startOfDay(-7) AND resolved <= startOfDay(-4)
Regards,
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.