Labels
Lists information about the different labels you can apply on an issue.
View-Specific Information
Select
The cmdlet uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The cmdlet processes other filters client-side within the cmdlet.
- Name supports the '=' comparison operator.
The cmdlet uses the GitHub API to process ORDER BY clause conditions built with the following column. The cmdlet processes ordering by other columns client-side within the cmdlet.
- 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 | 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 | Identifies the date and time when the label was created. |