ProjectTypes
Query the list of all issue priorities.
Table Specific Information
Select
The driver uses the Jira API to process some of the filters.
The driver processes other filters within the driver. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false.
For example, the following queries are processed server side:
SELECT * FROM ProjectTypes SELECT * FROM ProjectTypes WHERE Key='software'
Columns
Name | Type | References | SupportedOperators | Platform | Description |
Key [KEY] | String | = | Common | The key of the project type. | |
DescriptionKey | String | Common | The key of the project type's description. | ||
Icon | String | Common | The icon of the project type. | ||
Color | String | Common | The color of the project type. |