-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
Component/s: Work Item - Search - Backend - JVIS
-
1
-
Minor
Issue Summary
Results are not shown when using ‘request-last-activity-time’. As per the documentation on JQL fields, the ‘request-last-activity-time’ is specific to JSM and used to retrieve issues created on, before, or after a particular date. If this field is same as created, then when using created < now() results in values being displayed, using ‘request-last-activity-time’ < now () should also result in values
Steps to Reproduce
- Use the following JQL to search for issues:
project = "Demo service project" and request-last-activity-time < now()
Expected Results
Results should be displayed.
Actual Results
No issues are displayed in search results:
However when using Created, results are displayed as seen below:
project = "Demo service project" and created < now()
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available