Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Filter for Changes that starts during the next three days

Ali Al Manea
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 19, 2021

I am trying to create a filter for changes that starts during the next three days 

I tired the following:

issuetype in (Change) AND "Planned Start Date" <= 3d

 

but I get results from different results from dates from a week ago

1 answer

1 vote
Jack Brickey
Community Champion
June 19, 2021

Yes as written that JQL will give you results for all plan to start dates that are less than three days from now so that includes everything in the past as well. If you want to exclude anything in the past maybe the following…

issuetype in (Change) AND "Planned Start Date" <= 3d AND "Planned Start Date" > startofday()

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events