Skip to content

Enable linear ParticipantsService ancestors queries

What does this MR do and why?

In this MR we're removing the feature flag linear_participants_service_ancestor_scopes to allow linear ParticipantsService 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:
Projects::ParticipantsService.new(project, User.second).execute(note).to_sql

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

Merge request reports