get_git_repositories
Retrieve all Git repositories associated with a Backlog project by providing either the numeric project ID or the project key.
Instructions
Returns list of Git repositories for a project
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') |