Regression of JRACLOUD-89866 Subtasks appearing multiple times in lists

XMLWordPrintable

    • 1
    • Minor
    • Warranty

      Problem :

      Regression of https://jira.atlassian.com/browse/JRACLOUD-89866

      A sub-task will appear under both the current and no parent under the list view of a Jira Work Management Project.

      Steps to Reproduce :

      1. Create 2 issues (say ABC-1 and subtask ABC-2) in a team managed project
      2. Refresh page
      3. In the list view, when you expand the tickets ABC-1, the sub-task ABC-2 will appear under both the parent and outside the parent.

      Expected Results

      Sub-task should be visible only under the current ticket.

      Actual Results

      Sub-task visible in both locations Duplicated

      Workaround

      • Select "Filter" >> "JQL"
      • change the value
      • FROM
      "ORDER BY cf[10019] ASC" 
      
      •  To
      "ORDER BY RANK ASC"

      Testing NOTE: logging out and Closing / reopening browser triggering refresh on user session resets the saved filter putting cf[10019] back and must be replied

              Assignee:
              Unassigned
              Reporter:
              Earl McCutcheon
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: