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 |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Enable the feature flag :ui_for_organizations
- Navigate to the Organizations list view (ex.
127.0.0.1:3000/o/ - Toggle the feature flag :organization_reconciliation on
- Refresh, ensure the + Claim your org button is present
- Toggle the feature flag :organization_reconciliation off
- 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

