Skip to content

Enable linear MembersFinder ancestors queries

What does this MR do and why?

In this MR we're removing the feature flag linear_members_finder_ancestor_scopes to allow linear MembersFinder ancestor queries.

How to set up and validate locally

  1. Execute the following in the Rails console with the proper id depending on the scope testing:
MembersFinder.new(Project.first, User.first).execute(include_relations: [:invited_groups])

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

Merge request reports