get_git_repository
Retrieves details of a specific Git repository in Backlog using project and repository identifiers.
Instructions
Returns information about a specific Git repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The numeric ID of the project (e.g., 12345) | |
| projectKey | No | The key of the project (e.g., 'PROJECT') | |
| repoId | No | Repository ID | |
| repoName | No | Repository name | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |