Creates a new Bitbucket 'git' repository in a specified workspace, defaulting to the workspace's oldest project if `project_key` is not provided.
has_wikibooleanEnable the wiki (`True`), or disable it (`False`).
languagestringPrimary programming language (e.g., 'python', 'java') for categorization.
repo_slugRequiredstringURL-friendly slug for the new repository.
workspaceRequiredstringWorkspace identifier. Can be a slug (e.g., 'my-workspace') or UUID with curly braces (e.g., '{uuid}'). Bare UUIDs without braces are automatically normalized to the required format.
has_issuesbooleanEnable the issue tracker (`True`), or disable it (`False`).
is_privatebooleanRepository visibility: `True` for private, `False` for public.
descriptionstringDescription for the new repository.
fork_policystringForking policy for the repository, determining who can create forks.
project_keystringKey of the Bitbucket project for the repository; if omitted, it's placed in the workspace's oldest project.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.