The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
This seems to be a very simple thing but the results are always different from what I was expecting.
I want to look at issues created between the 1st and last day of a specific month, however, it never returns issues from the last day that I choose.
For example, for issues created starting on the 1st of March and until the 31st of March, it only returns me issues until 30th of March. Tried using the basic search and the JQL, and everything seems to be OK, but the result is always the same - the last day is missing.
On the JQL:
"created >= 2022-03-01 AND created <= 2022-03-31"
Hi @Manuel Cardoso,
"2022-03-31" is internally translated to "2022-03-31 00:00:00".
So you need to update your JQL query if you want to include issues from 2022-03-31:
created >= 2022-03-01 AND created <= 2022-04-01
Hope this helps!
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello everyone, Hope everyone is safe! A few months ago we posted an article sharing all the new articles and documentation that we, the AMER Jira Service Management team created. As mentioned ...
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.