Branches
Contains detailed information about branches in a repository, including branch names, active statuses, and their relationships with other branches for version control.
View-Specific Information
Select
The add-in processes all filters client-side within the add-in. The following query is the only one processed server-side:
SELECT * FROM [Branches]
Columns
Name | Type | References | OrderBySupport | Description |
Id [KEY] | String | A unique identifier for the branch within the repository. | ||
Name | String | The name of the branch, typically representing a feature, fix, or release. | ||
Prefix | String | The prefix used for the branch, often indicating its purpose (for example, 'feature/', 'bugfix/', 'release/'). |