Subtasks appearing multiple times in lists

XMLWordPrintable

    • 1
    • Severity 3 - Minor

      Problem :

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

      Steps to Reproduce :

      1. Create 2 standard issues (say ABC-1 and ABC-2) in a JWM project.
      2. Create a sub-task (say ABC-3) inside ABC-1.
      3. Change the parent of sub-task ABC-3 from ABC-1 to ABC-2.
      4. In the JWM list view, when you expand the tickets ABC-1 and ABC-2, the sub-task ABC-3 will appear under both of these tickets.

      Expected Results

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

      Actual Results

      Sub-task visible in both old and new parent.

      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:
              Mohammed Yousuff
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: