In scope of #74352 we added .telemetry .extract and .inject functions to embeddable service which can take in any embeddable input and perform associated action on it.
Same set was added to dynamic actions of uiActionsEnhanced and drilldowns. All of those where connected together.
Similar to that approach we need to add a way to migrate persistable state on embeddable input. As phase 1 we need to at least add it on server side and run as part of SO migrations.
Needed for: #71409
Part of: #63358
In scope of #74352 we added
.telemetry.extractand.injectfunctions to embeddable service which can take in any embeddable input and perform associated action on it.Same set was added to dynamic actions of
uiActionsEnhancedand drilldowns. All of those where connected together.Similar to that approach we need to add a way to
migratepersistable state on embeddable input. As phase 1 we need to at least add it on server side and run as part of SO migrations.Needed for: #71409
Part of: #63358