Remove the feature flag work_items_list_parent_filter
What does this MR do and why?
The feature flag work_items_list_parent_filter was introduced to safeguard against potential performance issues when filtering work items by a parent. It was added during the parent filter development, but after testing, we found that the performance impact is minimal. Therefore, the flag is no longer needed. Also, make a note that this was not enabled anywhere else so it is safe to delete the YAML file and remove its instance.
References
- Feature flag #560366 (closed)
- Related to #556200 (closed)
- Parent issue #536876 (closed)
- Feature epic &16340 (closed)
How to set up and validate locally
Prerequisites:
- For work items list, enable FF
work_item_planning_view - For project issue list with work item view, enable FF
work_items_project_issues_list
Steps:
- Go to Group > Work items or Project > Work items or Project > Issues based on the feature flag
- Verify if the Parent filter is available regardless of
work_items_list_parent_filterfeature flag
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #556200 (closed)
Edited by Rajan Mistry