Skip to content

Access to Is feature enabled without check the audience as a pure FF #486

Open
@eduard-coll

Description

@eduard-coll

We are trying to recover the value on/off of a feature flag without the rollout audience to validate if we need to review the optimizely flow but the current optimizely java sdk don't have this option.

https://docs.developers.optimizely.com/full-stack/docs/is-feature-enabled-java

image

We only want to know if the feature flag is on or off. We are not interested in audiences flow to recover this value.

Can be possible to implement one of the next options?

  • Option 1:
    • optimizely.isFeatureEnabled("my-feature")
  • Option 2:
    • optimizely.isFeatureActive("my-feature")
  • Option 3:
    • optimizely.getOptimizelyConfig().getFeaturesMap().get("my-feature").isActive()

Metadata

Metadata

Assignees

No one assigned

    Labels

    acknowledgedThe issue has been acknowledged and being looked into. Further details will follow.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions