You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/administration-and-security/data-management/import-from-launchdarkly.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,3 +65,15 @@ Multivariate LaunchDarkly flags will be imported into Flagsmith as MultiVariate
65
65
Multivariate values will be taken from the `variations` field of within LaunchDarkly.
66
66
67
67
Values set to serve when targeting is off will be imported as control values.
68
+
69
+
#### Archived and deprecated flags
70
+
71
+
Archived flags in LaunchDarkly are imported as archived flags in Flagsmith.
72
+
73
+
Deprecated flags in LaunchDarkly are also imported as archived flags in Flagsmith. They receive a "Deprecated" tag to distinguish them from flags that were archived in LaunchDarkly.
74
+
75
+
:::warning
76
+
77
+
In LaunchDarkly, deprecated flags continue to evaluate normally. In Flagsmith, archived flags return fallback values. Unarchive deprecated flags after import if older application versions still request them.
0 commit comments