Skip to content

[Milestones] Add a visual toggle for including archived

What does this MR do and why?

Added archived filter for Global search "milestones" scope.

Screenshots or screen recordings

Before After
Screenshot_2023-09-25_at_14.45.06 Screenshot_2023-09-25_at_14.02.44

How to set up and validate locally

  1. Make sure advanced search is installed and enabled
  2. In rails enable FF
    echo 'Feature.enable(:search_milestones_hide_archived_projects)' | rails c
  3. Visit the global search page, issues scope http://gdk.test:3000/search?scope=milestones&search=%2A

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #421722 (closed)

Edited by Tomas Bulva

Merge request reports