get_git_repository
Retrieve information about a specific Git repository in Backlog by providing its ID, name, or project key.
Instructions
Returns information about a specific Git repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') |