-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
Component/s: Work Item - Search - Backend - JSIS
-
None
-
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 :
- Create 2 issues (say ABC-1 and subtask ABC-2) in a team managed project
- Refresh page
- 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
- is a regression of
-
JRACLOUD-89866 Subtasks appearing multiple times in lists
-
- Closed
-
- is related to
-
JRACLOUD-98863 Duplicate issues in List View and Timeline when using custom hierarchy.
-
- Gathering Impact
-
- relates to
-
JWMCLOUD-604 Duplicate issues in List View and Timeline when using custom hierarchy.
-
- Closed
-
-
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
-