Skip to content

Add release filter and title sort to issues page refactor

Coung Ngo requested to merge 322755-add-releases-filtering into master

What does this MR do and why?

This MR adds the ability to:

  • Filter by release
  • Filter by multiple milestones and iterations
  • Sort by title

This is for the group/project issues page refactor (#322755 (closed)), behind the feature flag vue_issues_list defaulted to off.

Screenshots or screen recordings

Screenshot_2021-10-22_at_3.59.58_pm Screen_Recording_2021-10-22_at_3.58.41_pm

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any group or project issue list page such as http://127.0.0.1:3000/h5bp/html5-boilerplate/-/issues/
  3. Test the MR

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 #322755 (closed)

Merge request reports