[Task Manager] [8.0] Add migrations for "actions:* and "alerting:*" task types #108084
Labels
estimate:small
Small Estimated Level of Effort
Feature:Alerting/RulesFramework
Issues related to the Alerting Rules Framework
Feature:Task Manager
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
Relates to #100067
Starting in 8.0, we need to ensure that the task manager task documents are updated to point to the new, migrated saved object IDs for actions and alerting task types. This is only applicable for saved objects that live in a custom space - saved objects in the default space are not affected. Both task types contain a
spaceId
param that will tell us this.Alerting task types contain an
alertId
params that needs to be migrated from a legacy ID to a migrated saved object ID using this newly added API.Action task types contain an
actionTaskParamsId
params that needs to be migrated from a legacy ID to a migrated saved object ID using this newly added API.See the PoC PR for more insight into how this might work.
The text was updated successfully, but these errors were encountered: