Skip to content

Add not support for epic boards filtered search

Scott Stern requested to merge ss/add-not-support-epic-filtered-search into master

What does this MR do?

This MR adds != support to Epic Boards filtered search.

The following MR will handle the abstraction to be used in issue boards AND generalize the param options as well for reuse.

Repro:

  • rails c
  • Feature.enable(:epic_boards)
  • Feature.enable(:boards_filtered_search)
  • Go to Groups -> Epics -> Boards
  • Filter by label and author and search to test

Resolves #328480 (closed)

Screenshots (strongly suggested)

2021-04-26_11.39.18

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Scott Stern

Merge request reports

Loading