Skip to content

Apollo boards - Create board

Florie Guibert requested to merge 381029-refactor-creating-new-board into master

What does this MR do and why?

Switches to newly created board when :apollo_boards feature flag is on.

Screenshots or screen recordings

Development__4_

How to set up and validate locally

  1. Turn on the feature flag. In your terminal, run:
bin/rails console
Feature.enable(:apollo_boards)
  1. Visit a board (issue project, issue group and epic board).
  2. In the top left dropdown, select Create board option.
  3. Fill the form and submit it.
  4. Ensure the user gets redirected to the newly created board.

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

Edited by Florie Guibert

Merge request reports