Create a Feature Flag
This document introduces how to create a new Feature Flag in the Hackle Dashboard.
Note
Feature Flags can be created in both the Production Environment and the Development Environment. A Feature Flag created in the Production Environment is also created identically in the Development Environment, and vice versa.
Try copying an existing Feature Flag to get started quickly. If the settings for a new Feature Flag you want to create are the same as or similar to an existing Feature Flag, you can conveniently create a new Feature Flag by copying the existing one.

The Feature Flag list has the following characteristics:
By default, you can view the active Feature Flag list.
The list is the same in the Production Environment and Development Environment.
Clicking on an individual Feature Flag navigates to the detail screen for that Feature Flag.
Feature Flag List Details

Active Feature Flags: Click the dropdown menu in the upper left of the list to switch between the
Active Feature FlagsandArchived Feature Flagslists.Status: Shows the off or on status of the Feature Flag.
Integration Status: Shows the integration status of the Feature Flag, with three possible states. The
eventmentioned in the tooltip means "querying whether the Feature Flag is on or off for a specific user."Created Date: The date the Feature Flag was created.
You can see an example of the Archived Feature Flags list below. Since these are Feature Flags no longer in use, various status indicators are not shown.

Finding the Create Button
Click the + Create New Feature Flag button in the upper right corner to create a Feature Flag.

Entering Information
Clicking the Create button displays a dialog.

The Feature Flag name is required. Write it in a way that makes it easy to understand which feature it relates to.
The Feature Flag description is an optional field. If there is information that is difficult to convey with the name alone, it is a good idea to add it in the description.
After completing the input, click the Create button to immediately create the Feature Flag and navigate to the detail screen.
Last updated