Skip to content

Add issue type filtering to issues list refactor

Coung Ngo requested to merge 322755-add-type-filtering-to-issues-refactor into master

What does this MR do?

This MR adds the ability to filter by issue type in the issues list refactor #322755 (closed), behind feature flag :vue_issues_list defaulted to off.

Screenshots or Screencasts (strongly suggested)

Screen_Recording_2021-08-09_at_1.18.53_pm

How to setup and validate locally (strongly suggested)

  1. In rails console enable the vue_issues_list feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any project issues list, e.g. http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Filter by Type in the filtered search bar

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • 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

Related to #322755 (closed)

Edited by Coung Ngo

Merge request reports