ItemLabels
Lists information and values of the 'Labels' field for the project items.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions built with the below columns and operators. The 本製品 processes other filters client-side within the 本製品.
- ItemId supports the '=' comparison operator.
SELECT * FROM [Project].[ItemLabels] WHERE [Project].[ItemLabels].[ItemId] = 'EXAMPLE'
Columns
Name | Type | References | OrderBySupport | Description |
ItemId [KEY] | String | The ID of the item. | ||
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. |