Skip to content

feat: bulk flag duplication across multiple environments #2211

@nnnkkk7

Description

@nnnkkk7

Describe the feature you'd like

Problem Statement

Currently, when users need to copy a feature flag from one environment (e.g., dev) to other environments (e.g., staging, production), they must manually duplicate the flag to each environment individually. This process is time-consuming and inefficient, especially when the same flag configuration needs to be replicated across multiple environments.

Current Behavior

  • Users must copy flags one environment at a time
  • The same flag definition must be manually recreated multiple times
  • No way to select multiple target environments for duplication in a single operation

Desired Behavior

Users should be able to duplicate a feature flag to multiple environments simultaneously through a bulk copy operation. This would allow:

  1. Selecting a source flag from one environment (e.g., dev)
  2. Selecting multiple target environments (e.g., staging, production) at once
  3. Copying the flag configuration to all selected environments in a single action

Use Case

A common workflow is:

  1. Create and test a feature flag in the dev environment
  2. Once validated, promote the same flag configuration to staging for further testing
  3. Finally, deploy to production with the same configuration

Having to repeat the flag creation process for each environment slows down the deployment pipeline and increases the risk of configuration inconsistencies.

Background

No response

Alternative solutions

No response

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

Status

Q2-2026(April-Jun)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions