Backend: Allow archived projects to be excluded from issue search results
Behind a feature flag: search_issues_hide_archived_projects
If the feature flag is enabled: exclude archived projects by default. If the param include_archived
is true, include archived projects.
Should be done for basic
and advanced
global search. API will be done separately in #413239.
Blueprint MRs:
Edited by Madelein van Niekerk