I just want to create a filter showing the next week Due dates

Glen Brannigan October 9, 2020

The filter should not give me dates past next week

2 answers

1 accepted

1 vote
Answer accepted
caglad
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.
October 9, 2020

due <= 7d

Glen Brannigan October 9, 2020

Thanks for the help

0 votes
tokcum
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.
October 9, 2020

Dear Glen,

in addition I would suggest to extend the proposed JQL to make sure you only see issues due within the next seven days from now on.

due <= 7d AND due >= now()

 

Another perspective could be that "due next week" doesn't mean the next seven days but literally next week. This can be accomplished with these advanced JQL functions natively (no add-on required).

due <= endOfWeek("+1w") AND due >= startOfWeek("+1w")

 

More about advanced JQL is documented here: Advanced search reference - JQL functions 

 

Cheers,

Tobias

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events