Skip to content

Fix board scope assignee dropdown results

Heinrich Lee Yu requested to merge 429378-fix-board-assignee-scope-dropdown into master

What does this MR do and why?

Changes the query so that it uses the same query we use for the filter bar and for creating assignee lists. The new query now includes subgroup members and child project members.

This is a follow-up to !129570 (merged) since we missed this instance in that MR.

Related to #429378 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Create a group with a child project
  2. Add a user as a member of the child project
  3. Create a group issue board and add an assignee scope. The child project member should show up in the dropdown.
Edited by Heinrich Lee Yu

Merge request reports