Organizations: organization_reconciliation feature flag

What does this MR do and why?

Closes #597522 (closed)
This change is behind the feature flag :ui_for_organizations
Implements the feature flag :organization_reconciliation.

This change adds the above mentioned feature flag to our code base to support the ongoing efforts around Top Level Groups reconciliation into Organizations.

This change simply introduces the feature flag and adds a button to the organizations list view.

Screenshots or screen recordings

FF Off FF On
Screenshot_2026-04-21_at_1.34.36_PM Screenshot_2026-04-21_at_2.17.15_PM

How to set up and validate locally

  1. Enable the feature flag :ui_for_organizations
  2. Navigate to the Organizations list view (ex. 127.0.0.1:3000/o/
  3. Toggle the feature flag :organization_reconciliation on
  4. Refresh, ensure the + Claim your org button is present
  5. Toggle the feature flag :organization_reconciliation off
  6. Refresh, ensure the + Claim your org button is not present

MR acceptance checklist

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

Related to #597522 (closed)

Edited by Zack Cuddy

Merge request reports

Loading