bb_get_branch
Retrieve branch details including name, latest commit ID, author, and relation to default branch from a Bitbucket repository.
Instructions
Get details for one branch: name, latest commit id and author, relation to default branch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| branch | Yes | Branch name or ref, e.g. 'feature/login' | |
| repoSlug | Yes | ||
| projectKey | Yes |