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
- 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #341347 (closed)
Edited by Francisco Javier López