bb_create_repository
Create a Bitbucket repository with specified name, description, and privacy settings. Initialize issue tracking and define project or workspace details using this integration tool.
Instructions
Create a new repository in Bitbucket
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Repository description | |
| has_issues | No | Whether to initialize the repository with issue tracking enabled | |
| is_private | No | Whether the repository should be private | |
| name | Yes | Repository name | |
| project_key | No | The project key where the repository will be created (optional for personal repos) | |
| workspace | No | Target workspace (defaults to kallows, can use ~ for personal workspace) | kallows |