Skip to main content

Configuring organization policies

The current Policies page manages Git branch naming rules for the organization.

Configure branch naming

  1. Open Settings > Organization > Policies.
  2. Add a policy item with a Pattern and required Prefix.
  3. Save the item and add other approved patterns as needed.
  4. Enable the branch naming policy.
  5. Test branch creation in a Git-enabled application.

Policy changes and enablement require confirmation. Existing branches may not conform automatically, so define migration and exception handling before enforcement.

Policy design

  • Use recognizable prefixes such as feature/, fix/, or release/.
  • Keep patterns compatible with the Git provider and CI rules.
  • Publish examples of accepted and rejected names.
  • Avoid patterns that expose customer names or sensitive data.
  • Align the rules with the Git branching policy.

The reviewed Studio source does not expose a general-purpose policy engine on this page.