Forums

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

I need to understand difference between created < -3d and created > 3d and why jql result set is dif

wphilpott11
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!
May 2, 2023

Jql using these criteria has different results .. trying to id tickets over 3 days old

1 answer

1 vote
Walter Buggenhout
Community Champion
May 2, 2023

Hi @wphilpott11 and welcome to the Community!

This reference in JQL is relative to the current moment. And so:

created < -3d

means that you will return issues created longer than 3 days ago (smaller than now minus three days).

While:

created > 3d

is a statement for wizards and people capable of predicting the future, as this should return issues that will be created more than 3 days in the future (bigger than now plus 3 days).

So if you are trying to find issues more than 3 days old, the first query should return the right results.

Hope this helps!

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events