Class A4JFeatureFlags
java.lang.Object
com.codebarrel.automation.api.features.A4JFeatureFlags
- All Implemented Interfaces:
FeatureFlagProvider
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FeatureFlagFeature flag for enabling a check if actor has application access during rule's creationstatic final FeatureFlagFeature flag for enabling archive issue actionstatic final FeatureFlagFeature flag for enabling respecting scope of custom fields in automation actions Do not remove, used on the frontend sidestatic final FeatureFlagFeature flag for enabling audit log export optimisationsstatic final FeatureFlagFeature flag for enabling validation of disabled rulesstatic final FeatureFlagFeature flag for enabling error notifications if execution of given rule has failedstatic final FeatureFlagFeature flag for enabling a behavior that will translate fields' names if user's language is different from Jira's defaultstatic final FeatureFlagFeature flag for enabling lookup issues actionstatic final FeatureFlagFeature flag for enabling a job to validate if alert should be raised for automation queue lengthAutomationQueueMonitorJobstatic final FeatureFlagFeature flag for enabling project permissions' check during validationstatic final FeatureFlagControls the ability to switch off Rule Insightsstatic final FeatureFlagFeature flag for enabling prerequisites for secrets encryption's upgrade taskstatic final FeatureFlagFeature flag for enabling secrets' encryptionstatic final FeatureFlagFeature flag for enabling a new way of suggesting custom fields (select list instead of suggestions) Do not remove, used on the frontend sidestatic final FeatureFlagFeature flag for enabling SLA Threshold breach triggerstatic final FeatureFlagFeature flag for enablingStaleEntryUpdateJobstatic final FeatureFlagFeature flag for enabling a permission check when calling '{projectId}/rule' endpointstatic final FeatureFlagFeature flag for enabling additional logging of A4J's actions -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RULE_INSIGHTS
Controls the ability to switch off Rule Insights -
LOOKUP_ISSUE
Feature flag for enabling lookup issues action -
ARCHIVE_ISSUE
Feature flag for enabling archive issue action -
APP_ROLE_CHECK
Feature flag for enabling a check if actor has application access during rule's creation -
PERMISSIONS_CHECK
Feature flag for enabling project permissions' check during validation -
SECRETS_ENCRYPTION_ENABLED
Feature flag for enabling secrets' encryption -
SLA_THRESHOLD_BREACH
Feature flag for enabling SLA Threshold breach trigger -
STALE_ENTRY_UPDATE_JOB_ENABLED
Feature flag for enablingStaleEntryUpdateJob -
DISABLED_RULE_RULE_COMPONENT_VALIDATION
Feature flag for enabling validation of disabled rules -
STRICT_PERMISSIONS_CHECK_ENABLED
Feature flag for enabling a permission check when calling '{projectId}/rule' endpoint -
FIELDS_FALLBACK_TO_DEFAULT_LOCALE
Feature flag for enabling a behavior that will translate fields' names if user's language is different from Jira's default -
TELEMETRY_ENABLED
Feature flag for enabling additional logging of A4J's actions -
MONITORING_ENABLED
Feature flag for enabling a job to validate if alert should be raised for automation queue lengthAutomationQueueMonitorJob -
SECRET_UPGRADE_AO_PREREQUISITES
Feature flag for enabling prerequisites for secrets encryption's upgrade task -
SELECT_CF_OPTIONS_STATE_CONTEXT_LIMIT_OVERHAUL
Feature flag for enabling a new way of suggesting custom fields (select list instead of suggestions) Do not remove, used on the frontend side -
FAILURE_NOTIFICATIONS_PRE_EXECUTION
Feature flag for enabling error notifications if execution of given rule has failed -
AUDIT_LOG_EXPORT_OPTIMIZATION
Feature flag for enabling audit log export optimisations -
ASSETS_CF_SCOPED_SEARCH
Feature flag for enabling respecting scope of custom fields in automation actions Do not remove, used on the frontend side
-
-
Constructor Details
-
A4JFeatureFlags
public A4JFeatureFlags()
-
-
Method Details
-
getFeatureFlags
- Specified by:
getFeatureFlagsin interfaceFeatureFlagProvider- Returns:
- a set of feature flags
-