(In Progress) Feature Flag Detail Screen
This document introduces what you can see on the Feature Flag detail screen.
Accessing the Detail Screen
You can access the detail screen of a specific Feature Flag after creating a new Feature Flag, or by clicking on a specific Feature Flag in the Feature Flag list.
Detail Screen Layout
The Feature Flag detail screen shows the following content:
Feature Flags can only be used with SDK version 2.0.0 or higher. If you are using a lower SDK version, you must update.

Update Feature Flags can only be used when the SDK version is at least 2.0.0. If you are using a lower SDK version, you must update. Clicking this button navigates to a page with update instructions.
Feature Key When using Feature Flag-related methods in the SDK, the Feature Key is required as a parameter. The number displayed next to the Feature Key text is the Feature Key value — in this screenshot, it is 1. Please share this key value and the SDK guide document with the developer in charge.
Feature Flag Information The Feature Flag name and description entered during creation are displayed.
Feature Flag Status You can set the Feature Flag status to on or off.
Feature Flag Monitoring You can view trends in event data generated by the Feature Flag. In the Set Events modal, you can select up to 5 events to monitor through this Feature Flag.

Tab Menu Menus for the Feature Flag are provided as tabs. By default, the Feature Flag Settings tab is selected as shown above. (Feature Flag Settings, Real-time Exposure Status, Jira Integration, Change History)
Feature Flag Settings Tab
You can configure Feature Flag states such as Individual Targeting and User Targeting.

Individual Targeting A feature that force-assigns specific users to always have the Feature Flag in an off or on state. Configured using User Identifiers. Useful when you only want specific internal people to test. Click the
Registerbutton on the right to open a dialog for configuring Individual Targeting targets.

User Targeting For users not subject to Individual Targeting, you can apply Feature Flag state values to users with specific properties.
Also, you configure what percentage of the remaining users not subject to User Targeting will encounter the feature corresponding to the Feature Flag on state.
The traffic ratio can be freely adjusted between 0 and 100. You can increase it and then lower it. For example, it is possible to set it to 80 and then adjust to 50, or to set it to 25 and then adjust to 50.
After setting the traffic ratio, click the Save button on the right to apply it.
For more details, refer to the User Targeting document.

Real-time Exposure Status Tab
You can see the number of users who encountered the Feature Flag on or off state within the last 30 minutes, along with information about those users (time, User Identifier value, status). The Update button becomes active every 30 seconds, so you can click it to refresh for the latest state.

Jira Integration Tab
You can manage Jira tickets linked to the Feature Flag within the Dashboard by integrating with Jira.
For more details, refer to the Jira Integration document.

Change History Tab
Changes to the Feature Flag are recorded in chronological order. You can check the history of items created and edited by other collaborators through the Change History.

Click "View Details" to see the details of the content before and after the modification.

Feature Flag Additional Features
Click the ・・・ button in the upper right corner of the detail screen to see the additional features available for the Feature Flag.

Edit Feature Flag Name
You can edit the Feature Flag name freely. Don't forget to click the Save button in the lower right corner after editing for changes to take effect.

Duplicate Feature Flag
Creates a copy of the Feature Flag. The result of copying can be seen in the Feature Flag list, with "(Copy)" appended to the name. For example, if you copy a Feature Flag named "Search Algorithm Improvement," the copy will be named "Search Algorithm Improvement (Copy)."
Archive Feature Flag
You can archive the Feature Flag if it is no longer needed. Since an archived Feature Flag cannot be used again, please decide carefully.
Before archiving, make sure to remove code related to the Feature Flag!
If left in place, you may encounter unintended errors.
Last updated