v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Feature flags

Get migration safety issues

Returns the migration safety issues that are associated with the POSTed flag patch. The patch must use the semantic patch format for updating feature flags.

post/api/v2/projects/{projectKey}/flags/{flagKey}/environments/{environmentKey}/migration-safety-issues

Path parameters

projectKeystring string required

The project key

The project key

flagKeystring string required

The migration flag key

The migration flag key

environmentKeystring string required

The environment key

The environment key

Request body

instructionsInstruction[] required
commentstring

Response

Migration safety issues found

causingRuleIdstring

The ID of the rule which caused this issue

affectedRuleIdsstring[]

A list of the IDs of the rules which are affected by this issue. <code>fallthrough</code> is a sentinel value for the default rule.

issuestring

A description of the issue that <code>causingRuleId</code> has caused for <code>affectedRuleIds</code>.

oldSystemAffectedboolean

Whether the changes caused by <code>causingRuleId</code> bring inconsistency to the old system