JQL filter search

Nataliia Pavlenko May 19, 2022

Is it possible to search for something like this by JQL :

start date <= now <= current week (-2)

1 answer

1 accepted

0 votes
Answer accepted
John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 19, 2022

Hi Nataliia,

Can you just express in words what you are wanting to see? I am not following your question. 

Nataliia Pavlenko May 20, 2022

To show tickets where start date <= from now, and that is <= for two weeks (current week(-2))

Can I search somehow in this look:
x <= y <= k

John Funk
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
May 20, 2022

Still not sure, but give this a shot:

project = ABC and "Start Date" < now() and "Start Date" > startOfWeek(-2)

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events