Bitbucket Pipelines · Capability
Bitbucket API — Branching model
Bitbucket API — Branching model. 7 operations. Lead operation: Get the branching model for a repository. Self-contained Naftiko capability covering one Bitbucket Pipelines business surface.
What You Can Do
GET
Get
— Get the branching model for a repository
/v1/repositories/{workspace}/{repo-slug}/branching-model
GET
Get
— Get the branching model config for a repository
/v1/repositories/{workspace}/{repo-slug}/branching-model/settings
PUT
Put
— Update the branching model config for a repository
/v1/repositories/{workspace}/{repo-slug}/branching-model/settings
GET
Get
— Get the effective, or currently applied, branching model for a repository
/v1/repositories/{workspace}/{repo-slug}/effective-branching-model
GET
Get
— Get the branching model for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model
GET
Get
— Get the branching model config for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
PUT
Put
— Update the branching model config for a project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
MCP Tools
get-branching-model-repository
Get the branching model for a repository
read-only
idempotent
get-branching-model-config-repository
Get the branching model config for a repository
read-only
idempotent
update-branching-model-config-repository
Update the branching model config for a repository
idempotent
get-effective-currently-applied-branching
Get the effective, or currently applied, branching model for a repository
read-only
idempotent
get-branching-model-project
Get the branching model for a project
read-only
idempotent
get-branching-model-config-project
Get the branching model config for a project
read-only
idempotent
update-branching-model-config-project
Update the branching model config for a project
idempotent