Hello, I have a search string that contains:
created >= 2012-01-01 AND created <= 2012-01-31
I.e.: looking for everything that was created in January 2012. For some reason this is missing an issue that was created on the 31st of January and the string has to be modified to be:
created >= 2012-01-01 AND created <= 2012-02-01
in order to successfully include that particular issue in the results.
Note 1: There is another issue that has a created date of 5th Jan 2012 and if I change the search string to be:
created >= 2012-01-05 AND created <= 2012-01-31
then is it returned successfully.
Note 2: If I switch to simple searching then two fields are labelled:
which doesn't sound very inclusive.
Trés confused. Anyone have an idea if I am doing something terribly stupid here???
Simply put, a date in JIRA's world is the date with time as 12:00AM. So "created >= 2012-01-01 AND created <= 2012-01-31" mean everything from 01/01 12:00AM to 01/31 12:00AM. That will miss all issues created on 01/31 after 12:00AM which is mostly everything created on 01/31.
Hope that explains.
Btw, you can use time as well in the query if using the next date confusing. Something like:
created >= "2012-01-01" AND created <= "2012-01-31 11:00"
Thanks Jobin!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jobin Kuruvilla [Adaptavist] if we are taking startOfMonth(-9) that time we can't take time{startOfMonth(-9) 11:59} because it's a group of month then how can we get missed issues????
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I have the same problem, it is not possible to change the default setting in the date filter for the "TODATE" to 12:00 PM.
Thank you very much
greetings
Mike
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.