Last updated date and time is not reflecting correctly in list view of Jira Issue Search page

XMLWordPrintable

    • 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

      1. Create an app with Data Center.
      2. Use the code described in the description to update the system field.
      3. Check the field in the issue view.
      4. 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

              Assignee:
              Unassigned
              Reporter:
              Guilherme Bueno (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: