ON Atlassian JIRA (v5.2.11):
FOR JIRA Query:
I’m expecting search query to execute between “start time from 00:00:01hrs 13/june/2013 to 23:59:59hrs 17/june/2013” in JIRA using search params: created >= 2013-06-13 AND created <= 2013-06-17.
AND Outcome I’m expecting is all defects created from 00:00:01hrs 13/june/2013 until 23:59:59hrs 17th june 2013.But this is not the case, I'm getting all bugs created until the end of day 2013-06-16.
is my logic right .. let me know