fork_repository
Create a copy of a Bitbucket repository to modify independently, enabling experimentation or contribution without affecting the original source.
Instructions
Fork a repository.
Args: repo_slug: Repository slug (name) to fork new_name: Name for the forked repository (optional, defaults to original name) workspace: Bitbucket workspace (optional if configured)
Returns: Forked repository details or error message
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_slug | Yes | ||
| new_name | No | ||
| workspace | No |