Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eduard-coll opened this issue Aug 30, 2022 · 1 comment
Open
Labels
acknowledged The issue has been acknowledged and being looked into. Further details will follow.

Comments

@eduard-coll
Copy link

eduard-coll commented Aug 30, 2022

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()
@eduard-coll eduard-coll changed the title Access to Is feature enabled without check the audience Access to Is feature enabled without check the audience as a pure FF Aug 31, 2022
@Tamara-Barum
Copy link

Internal ticket for tracking: FSSDK-9413

@russell-loube-optimizely russell-loube-optimizely added the acknowledged The issue has been acknowledged and being looked into. Further details will follow. label Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledged The issue has been acknowledged and being looked into. Further details will follow.
Projects
None yet
Development

No branches or pull requests

3 participants