-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Work Item - Search - Backend - JVIS
-
None
-
3
-
Minor
Issue Summary
Historical JQL searches can return incorrect results if the underlying issue data is missing some issue audit log details. Sample of a JQL search that can return incorrect results:
- project = ABC AND status WAS New AFTER "2025-01-19" ORDER BY updated ASC
This search may return issues that are much older than the date used with the AFTER keyword.
Steps to Reproduce
We were unable to replicate the steps that needed to take place that would lead to this issue.
Expected Results
Historical JQL searches should show data according to the conditions used.
Actual Results
Issues returned by queries like the one above can return issues not matching the conditions.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available