bb_list_branches
List repository branches with latest commit and ahead/behind status relative to the default branch, with optional name filter and pagination.
Instructions
List branches in a repository. For each branch: name, latest commit, and how far it is behind/ahead of the default branch (when available). Paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Case-insensitive substring match on branch name | |
| limit | No | ||
| start | No | ||
| repoSlug | Yes | ||
| projectKey | Yes |