bb_create_repository
Create a new Bitbucket repository by specifying name, workspace, privacy, and issue tracker options. Configure project key for workspace repos to start collaborating.
Instructions
Create a new repository in Bitbucket
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| workspace | No | Bitbucket workspace; '~' targets your personal workspace | |
| has_issues | No | Enable the issue tracker | |
| is_private | No | Keep the repository private | |
| description | No | Repository description | |
| project_key | No | Project key; required for workspace repos |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |