Skip to Main Content
Customer Feedback

We love feedback from you on our products and the problems in your daily work that you would like us to solve. Please describe the challenge you're encountering and your desired outcome. Be as detailed as possible.

For technical issues or bugs please head to Support or our Developer Community. You can assign up to 20 votes in total. Thank you for your feedback.

Status explanation: 'Future Consideration' = Continuing to collect further feedback, not planned at this time. 'Investigating' = Prioritized for deeper customer and feasibility investigations ahead of planning development.

Categories Other
Created by Guest
Created on Dec 12, 2024

Add "name" field to FeatureFlag object in datafile

I would like to ask if it’s possible to add a "name" field to the FeatureFlag object in in datafiles/xxxxx.json which is having all the configured feature flags there.


To give some more context on the structure I’m talking about:


{

...

"featureFlags": [

{

"id": "123456",

"key": "experiment_key",

-> "name": "Experiment name", <- NEW FIELD HERE

"rolloutId": "rollout-1233456",

"experimentIds": [],

"variables": []

}

...

],

...

}


New "name" field would be having a value of the name of the related flag.

I’m guessing it could be not available there by default because of privacy/security reasons, but if that’s not a concern - could it be added?