[Actions] Third party plugins cannot register action types with license below gold. #82106
Labels
Feature:Actions
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
Hi,
I would like to create a case connector where a user can create or update cases through the connector. The license of the case connector should be
basic
like thees_index
andserver_log
connectors. I register the action type callingplugins.actions.registerType(...)
on cases pluginsetup
. Setting theminimumLicenseRequired
tobasic
produces the following error:Error: Third party action type ".case" can only set minimumLicenseRequired to a gold license or higher .
Thanks!
The text was updated successfully, but these errors were encountered: