The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have two custom dates
Start Date example 01.06.2022
End Date example 08.06.2022
what if today is 03.06.2022
How to filter issue which now in this date range? Like today 03.06.2022 and show this issue?
look likes it works?
project = A and "Start date" >= startOfDay() AND "End date" <= startOfDay()
Hi @hold thedor ,
You can try with any of below queries.
"Start Date" <= startOfDay() and "End Date" >= startOfDay()
"Start Date" <= now() and "End Date" >= now()
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.