The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Q&A
  • Jira
  • Questions
  • I need to understand difference between created < -3d and created > 3d and why jql result set is dif

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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!

TAGS
AUG Leaders

Atlassian Community Events