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

Set feature flag values via URL query params #2386

Open
HMilbradt opened this issue Apr 12, 2024 · 0 comments
Open

Set feature flag values via URL query params #2386

HMilbradt opened this issue Apr 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@HMilbradt
Copy link

Description of Feature

Our team has 2 use cases where being able to set Feature Flag values in a more streamlined way is desired. For us, the most preferred method would be via URL query params.

For example, /dashboard?new-account-billing=true might force a boolean feature flag new-account-billing to true.

While our development team uses the extension, the requirement to use an API token means it's not suitable for our non-technical team members.

Our most common use case for this is QA'ing new features with our product and marketing teams, who are not technical. A common problem we have is that they don't understand how to toggle the features via the Growthbook dashboard, which slows down our QA process and forces developers to get involved to help it along.

A secondary use case, but one we've run into a handful of times, is opting specific customers into a feature flag value. Occasionally we'll have a customer notify us of a bug, and we'll opt them into a beta feature that is feature flagged to see if it resolves it for them. We've had to do this via forced rules tied to their ID in the past, but this isn't very customer support friendly, and leads to forced rules hanging around longer than they're needed.

Please let me know if there's any additional information that I can provide. Thanks!

@HMilbradt HMilbradt added the enhancement New feature or request label Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant