-
Bug
-
Resolution: Won't Fix
-
High
-
5
-
Severity 3 - Minor
-
3
-
Summary
Equal Operator ("=") in the Issue navigator doesn't finds results for dates (Updated, Resolved..)
Environment
Steps to Reproduce
- Go to the Issue Navigator
- Search for issues with updated date for example
- Check the date when a specific issue was updated
- Query for issues which were updated on this specific date
Expected Results
Issue is found
Actual Results
Issue is not found in the results
Workaround
Use a timestamp in the date value specified to ensure the full day is included. e.g.
resolved <= "2017-08-28 23:59" instead of resolved <= "2017-08-28"
Alternatively, you can use the endOfDay() function. The function takes an input which is a relative date specifier, so it may not be as useful.
- duplicates
-
JRACLOUD-60877 System Date Fields Are Not Working Properly in JQL
- Closed
- has a derivative of
-
JRACLOUD-67421 Operator '=' does not show any result when used with 'createdDate'
- Closed
- is duplicated by
-
JRACLOUD-25446 Search Change History - not sure of date range boundaries
- Closed
-
JRACLOUD-29907 Operator "<=" for date don't properly query out the "=" part
- Closed
- is related to
-
JRACLOUD-67333 OR statement in JQL with resolutiondate field shows incorrect results.
- Closed
- causes
-
LYNX-1143 Loading...