v2
Swagger 2.02026-08-01331211921.0 KBBranching model
Get the branching model for a project
Return the branching model set at the project level. This view is read-only. The branching model settings can be changed using the settings API.
The returned object:
- Always has a development property. development.name is the user-specified branch that can be inherited by an individual repository's branching model.
- Might have a production property. production will not be present when production is disabled. production.name is the user-specified branch that can be inherited by an individual repository's branching model.
- Always has a branch_types array which contains all enabled branch types.
get/workspaces/{workspace}/projects/{project_key}/branching-model
Response
The branching model object