Skip to content

Add new issue split dropdown to group issues list refactor

Coung Ngo requested to merge 322755-add-new-issue-split-dropdown into master

What does this MR do and why?

This MR adds the New Issue split dropdown to the group issues list refactor #322755 (closed), behind feature flag vue_issues_list defaulted to off.

Screenshots or screen recordings

group issues page with issues group issues page with no issues
Screen_Recording_2021-09-20_at_6.58.40_pm Screen_Recording_2021-09-21_at_11.49.31_am

How to set up and validate locally

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

  1. In rails console enable the feature flag
    Feature.enable(:vue_issues_list)
  2. Visit any group issues list page such as http://127.0.0.1:3000/groups/h5bp/-/issues
  3. Test the new issue split button

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