Skip to content

Fix new filtered search with assignee wild card values None and Any

Scott Stern requested to merge ss/fix-assignee-wildcard-filtered-search into master

What does this MR do and why?

Adds the ability to filter assignees by None and Any in new GlFilteredSearch project/group issue boards.

Repro

  • rails c
  • Feature.enable(:issue_boards_filtered_search)
  • Go to a project or group issue boards
  • Filter by assigned "None" or "Any"

Result: You should see the board updated correctly AND the URL param contain assigne_wildcard_id

Describe in detail what your merge request does and why.

Resolves #349569 (closed)

Screenshots or screen recordings

2022-01-06_17.31.20

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Edited by Scott Stern

Merge request reports

Loading