-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
7.12.3
-
None
-
7.12
-
1
-
Severity 3 - Minor
-
Issue Summary
Using the Between option for date fields in Basic search filters the second date incorrectly
Steps to Reproduce
- Go to the Issue navigator
- In the Basic search, add a datetime field to the search (like the Created field) and use the option "Between".
Expected Results
The search returns all the issues that are between the "start" and "finish" date.
Actual Results
The results include all issues from the "start" date but do not include the issues from the "finish" date, only issues from one day before. For example, if we search using 5 Jun to 17 Jun, the search includes issues from 5 Jun but not the one from 17 Jun:
Notes
If we move to Advanced search, it seems that the problem is that the date is not including the time, which may mean that the time is set as 00:00. From tests, it seems that adding the time as 23:59 would solve the issue
Workarounds
Required, if there is no workaround please state:
- To add one more day to the basic Between search.
- To use advanced search