-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Low
-
None
-
Affects Version/s: 8.0.2, 9.1.0
-
Component/s: Data Center - Apps
-
8
-
Severity 3 - Minor
Issue Summary
Using a Jira Data Center app, as part of updating a value in one of the app panel, the app updates the Jira issue as below to show/reflect in the “Updated” system field.
issue.setUpdated(new Timestamp(System.currentTimeMillis())); ComponentAccessor.getIssueManager().updateIssue(user, issue, EventDispatchOption.ISSUE_UPDATED, false); issue.store();
In the Issue View page the "updated" field reflects the correct updated date and time. However, when making the same search on the "Search/Filter" page in list view, it does not show the same value.
Steps to Reproduce
- Create an app with Data Center.
- Use the code described in the description to update the system field.
- Check the field in the issue view.
- Check the field in the Search/filter page in the list view.
Expected Results
Same results between the two views.
Actual Results
Different values between the issue value field, and the one in the search of the page list view.
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available