create_repository
Create a new Git repository in a specified project. Set name, SCM type, forkability, and description.
Instructions
Create a new repository in a project.
Args: project_key: The project key to create the repo in. name: Name for the new repository. scm_id: SCM type, typically 'git' (default). forkable: Whether the repo can be forked (default True). description: Optional description for the repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_key | Yes | ||
| name | Yes | ||
| scm_id | No | git | |
| forkable | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |