In the Active Sprint view, I would like to filter all Stories and Tasks 'Due This Week'.
Below are some JQLs tried and failed:
"Due date" = startOfWeek(6d)
"Due date" = 1w
Try something like:
duedate <= startOfWeek(5d) and duedate > startOfWeek()
Appreciate the quick reply Gregory. Ultimately, combination of yours and below worked.
"Due date" = startOfWeek(5d)
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.
You can also get things in your current sprint with:
project = "your project name here" AND sprint in openSprints()
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.