Hi, i wanted to know all the issues that are cancelled over last 7 days from yesterday..I am having trouble creating a jql query, kindly let me know..I don't want to hard code the date.
Hi NAW,
Is Cancelled a status or resolution? You could use something like
status = closed AND status changed to closed after startOfDay(-7) AND status changed to closed before endOfDay(-1)
(REPLACE: status with resolution and/or closed with cancelled)
Thanks,
Jared.
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.