How to get a list of issues excluding today?

Elizabeth Cromwell December 3, 2021

I'm trying to build a JQL query to show me all items due for the rest of the week, so basically, "this week but not today." Is this possible? 

1 answer

1 accepted

0 votes
Answer accepted
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
December 3, 2021

Hi @Elizabeth Cromwell -- Welcome to the Atlassian Community!

You could use some advanced JQL functions to do this.  For example to find issues due after the end of today and before the end of the week it would be:

project = MyProjectName AND due > endOfDay() AND due < endOfWeek()

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events