Interface JiraSoftwareFeatureService

All Known Implementing Classes:
JiraSoftwareFeatureServiceImpl

public interface JiraSoftwareFeatureService
This service allows for disabling and enabling of JIRA Software features.
  • Method Details

    • isFeatureEnabled

      boolean isFeatureEnabled(@Nonnull JiraSoftwareFeature feature)
      Checks the status of the given feature
    • setFeatureState

      void setFeatureState(@Nonnull JiraSoftwareFeature feature, boolean isEnabled)
      Sets the feature enabled or disabled