get_repo_branches
List branches in a Bitbucket Server repository using project key and repo slug, with optional filter text to search specific branch names.
Instructions
List branches in a Bitbucket Server repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoSlug | Yes | The repository slug | |
| filterText | No | Optional filter to search branch names | |
| projectKey | Yes | The project key (e.g., PROJ) |