OrganizationIssueTypes
The organization's issue types.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- OrganizationLogin supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [OrganizationIssueTypes]
SELECT * FROM [OrganizationIssueTypes] WHERE [OrganizationLogin] = 'Val1'
The 本製品 processes other filters client-side within the 本製品.
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The ID of the issue type. | ||
| OrganizationLogin | String |
Organizations.Login | The organization's login name. | |
| Name | String | The name of the issue type. | ||
| Description | String | The description of the issue type. | ||
| IsEnabled | Bool | The enabled state of the issue type. | ||
| Color | String | The color of the issue type. |