The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I'm looking for the best JQL for 2 different queries:
1. Jira JQL Query for Issues resolved today
2. Jira Query for issues resolved Yesterday
The best I've been able to find is something like :
project =IDYOUS and resolutiondate >= -1d ORDER BY KEY ASC
Is there no function in JQL for Today() or Yesterday()
I want to ensure I'm using the dates and NOT just taking 24 hours off the resolved date / time.
What is the best JQL to use ?
As @SriKumar P very well guided you on these specific JQL functions, I'll provide your queries
Regards,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Michael Green
Welcome to the Atlassian community. We understand that you are looking for JQL functions that can help you get Issues resolved Today and Yesterday.
I was able to find the below function from Advanced search reference - JQL functions
Could you please check the above function and check if you are getting desired results?
Regards,
Sri
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.