[ResponseOps][Rules] Remove the RuleFormV2
from plugins that do not need it
#196704
Labels
Feature:Alerting/RulesManagement
Issues related to the Rules Management UX
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
Description
In a previous PR (#196507) the
ruleFormV2
feature flag was deprecated in thetriggers_actions_ui
plugin because it had been renamed without any fallback.Searching the Kibana codebase for
ruleFormV2
yields many results showing that this feature flag is still configurable in a few different plugins. However, although this flag can be set, it doesn't seem to be used for anything in these plugins.We should remove/deprecate it wherever it is not used at all.
The feature flag was initially introduced in this PR. This might help to find the right places to change it.
The text was updated successfully, but these errors were encountered: