-
Type:
Bug
-
Resolution: Duplicate
-
Priority:
Medium
-
Component/s: Space - List, Work Item - Hierarchy and Parenting
-
None
-
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 :
- Create 2 standard issues (say ABC-1 and ABC-2) in a JWM project.
- Create a sub-task (say ABC-3) inside ABC-1.
- Change the parent of sub-task ABC-3 from ABC-1 to ABC-2.
- 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
- has a regression in
-
JRACLOUD-99336 Regression of JRACLOUD-89866 Subtasks appearing multiple times in lists
-
- Needs Triage
-
- relates to
-
JRACLOUD-99329 Creating an item under a parent shows duplicated on the board List View
-
- Needs Triage
-
-
JRACLOUD-99320 List View shows duplicate issues
-
- Needs Triage
-