Jql using these criteria has different results .. trying to id tickets over 3 days old
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!
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.