Labels
Lists information about the different labels you can apply on an issue.
View-Specific Information
Select
The provider uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The provider processes other filters client-side within the provider.
- Name supports the '=' comparison operator.
The provider uses the GitHub API to process ORDER BY clause conditions built with the following column. The provider processes ordering by other columns client-side within the provider.
- Name
- CreatedAt
SELECT * FROM [Repository].[Labels] WHERE [Repository].[Labels].[Name] = 'EXAMPLE'
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The ID of the label. | ||
| Name | String | True | Identifies the label name. | |
| Description | String | A brief description of this label. | ||
| Color | String | Identifies the label color. | ||
| IsDefault | Bool | Indicates whether or not this is a default label. | ||
| ResourcePath | String | The HTTP path for this label. | ||
| Url | String | The HTTP URL for this label. | ||
| UpdatedAt | Datetime | Identifies the date and time when the label was last updated. | ||
| CreatedAt | Datetime | True | Identifies the date and time when the label was created. |