create_repository
Create a new repository in a Bitbucket Server project by specifying its name, description, and default branch.
Instructions
Create a new repository in a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name. | |
| project | No | Project key. Defaults to BITBUCKET_DEFAULT_PROJECT. | |
| description | No | Repository description. | |
| defaultBranch | No | Default branch name (defaults to 'main' if not set). |