Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Latest commit

 

History

History
46 lines (31 loc) · 1.88 KB

File metadata and controls

46 lines (31 loc) · 1.88 KB
path title description published tags
/home/connecting/custom-properties
Custom properties
This topic explains how to set up and use custom properties in LaunchDarkly. They let you store integration data in a feature flag. Each custom property you add to a feature flag can contain a list of associated values.
true
custom property

Overview

This topic explains how to set up and use custom properties in LaunchDarkly.

If you're building an integration for LaunchDarkly, it might be helpful to store data for your integration with a LaunchDarkly feature flag. Custom properties allow you to do this.

Each custom property you add to a feature flag can contain a list of associated values. For example, if you create an integration with an issue tracking service, you may want to associate a flag with a list of issues related to a feature's development.

Setting a custom property

To add a custom property to a flag:

  1. Navigate to the flag's Settings tab.
  2. Click + Add custom property.
  3. Choose a property type from the menu.
  • If you choose an existing property type, enter Values associated with the custom property.
  • If you choose "New," enter a Name and Key for the new custom property. Then enter Values associated with the custom property.
  1. Click Save:

A flag's custom property configuration fields, for the existing "Jira issues" property.

You can also use the REST API: Create a feature flag

Custom property restrictions

Custom properties have the following restrictions:

  • You can set a maximum of 64 custom properties
  • Each custom property's name and key must be at most 64 characters