-
Bug
-
Resolution: Timed out
-
Low
-
14
-
Severity 3 - Minor
-
0
-
NOTE: This bug report is for JIRA Cloud. Using JIRA Server? See the corresponding bug report.
Summary
Steps to Reproduce
- Issue Navigator > Advanced
- JQL: created <= 2016-05-04
- Check the result, it does not include the issues created on 2016-05-04
- Same thing goes for "updated" and "resolved".
Expected Results
Issues created/updated/resolved on the date stated should be shown.
Actual Results
Only issues created/updated/resolved on days before the date stated are shown.
Notes
- Custom date fields are not affected.
- Date 2016-05-04 means 2016-05-04 00:00:01 behind the scene, which explains why search returns now results.
- Using > has the complete opposite behaviour where it includes the date as if you're using >=.
Workaround
- Use a day after the desired date to show the issues.
- Use explicit time eg created <= '2016-05-0418:00'
- When looking for results regarding a specific date (for example, 2020/09/30), it's possible to use the following:
resolved >= "2020/09/30 00:01" AND resolved <= "2020/09/30 23:59"
- is duplicated by
-
JRACLOUD-67418 Equal Operator in the Issue navigator doesn't finds results for dates
- Closed
- is related to
-
JRASERVER-60877 System Date Fields Are Not Working Properly in JQL
- Closed
-
JRACLOUD-71435 Less than or equal to (<=) operator does not work correctly towards dates
- Gathering Interest
- links to