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

How to set up and validate locally

Prerequisites:

  1. For work items list, enable FF work_item_planning_view
  2. For project issue list with work item view, enable FF work_items_project_issues_list

Steps:

  1. Go to Group > Work items or Project > Work items or Project > Issues based on the feature flag
  2. Verify if the Parent filter is available regardless of work_items_list_parent_filter feature 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

Merge request reports

Loading