Create Branch
bitbucket_create_branchCreate a branch in a Bitbucket repository by specifying a start point (branch, tag, or commit hash).
Instructions
Create a new branch in a repository.
Creates a branch at the given start point (branch name, tag, or commit hash).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New branch name (e.g. 'feature/my-branch') | |
| project_key | Yes | The project key | |
| start_point | Yes | Branch, tag, or commit hash to branch from (e.g. 'main', 'develop', or a commit SHA) | |
| repository_slug | Yes | The repository slug |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |