Configuring organization policies
The current Policies page manages Git branch naming rules for the organization.
Configure branch naming
- Open Settings > Organization > Policies.
- Add a policy item with a Pattern and required Prefix.
- Save the item and add other approved patterns as needed.
- Enable the branch naming policy.
- 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/, orrelease/. - 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.