The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Is it possible to search for something like this by JQL :
start date <= now <= current week (-2)
Hi Nataliia,
Can you just express in words what you are wanting to see? I am not following your question.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Still not sure, but give this a shot:
project = ABC and "Start Date" < now() and "Start Date" > startOfWeek(-2)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
👋 Hi there Jira Community! A few months ago we shared with you plans around renaming epics in your company-managed projects. As part of these changes, we highlighted upcoming changes to epics on...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.