Activity Stream gadget is not showing all activities

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Low
    • None
    • Affects Version/s: 7.3.1, 7.8.2
    • Component/s: Issue - View Issue
    • None
    • 7.03
    • 6
    • Severity 3 - Minor
    • 0

      When user add "Update Date is 20/March" filter in the Activity Steam gadget, some issue activities are not showing but only happen to be shown when the issue get updated.

      The update date should be following the logic below:

      Apparently, inside of gadget condition 'updated is 20/Mar/2017' is translated to JQL query:
      (created >= '5.03.17 00:00' AND created <= '20.03.17 23:59') OR (updated >= '20.03.17 00:00' AND updated <= '20.03.17 23:59')

      Steps to reproduce it

      1. Login JIRA
      2. In the dashboard, create the following gadgets and add the filters below:
        • Gadget A: Update Date is 5/March/2017 and issue key is ABC-1101 (not showing data)
        • Gadget B: Update Date is 20/March/2017 and issue key is ABC-1101 (not showing data)
        • Gadget C: Update Date is 23/March/2017 and issue key is ABC-1101 (showing data) because the issue detail view updated date is 23.03.17 10:18
      3. Edit the issue (ABC-1101) by adding a label.
      4. Refresh the dashboard again. You will see:
        • Gadget A: Update Date is 5/March/2017 and issue key is ABC-1101 (is showing data)
        • Gadget B: Update Date is 20/March/2017 and issue key is ABC-1101 (is showing data)
        • Gadget C: Update Date is 23/March/2017 and issue key is ABC-1101 (remained the same)
        • The issue update date should be your current date.

       Can't reproduce in a fresh instance.

      Actual behaviour

      After editing an issue, the issue activities will be shown in the gadget.
      If you edit 10 more issues, activities will disappear. (assuming you have limit=10 in gadget)

      Expected behaviour

      The issue activity is shown only if its' updateDate satisfies date filter.

      Workaround

      Workaround would be get the issue updated by editing the issue.

            Assignee:
            Unassigned
            Reporter:
            John Chin (Inactive)
            Votes:
            4 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: