Skip to content

Apollo board - Scope support

What does this MR do and why?

This MRs ensures board scope works for issue and epic boards behind :apollo_boards feature flag.

Screenshots or screen recordings

No visual or functional change.

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. Ensure you have an EE license activated
  2. Visit a board (issue project, issue group and epic board).
  3. Click Edit board in top right corner
  4. Set some scope filters
  5. Ensure, URL, filter bar tokens and issues or epics get updated according to the set scope

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

Edited by Florie Guibert

Merge request reports