ProjectTypes
Lists all available project types in Jira, such as business, software, or service management projects.
Table Specific Information
Select
The add-in uses the Jira API to process some of the filters.
The add-in processes other filters within the add-in.
For example, the following queries are processed server side:
SELECT * FROM ProjectTypes WHERE Key = 'software'
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Key [KEY] | String | = | Common | A unique identifier for the project type, such as 'business', 'software', or 'service_desk'. Used to differentiate the type of project configuration in Jira. | |
| DescriptionKey | String | Common | An internal key that maps to the localized or descriptive text associated with the project type. This value helps provide more information about what the project type represents. | ||
| Icon | String | Common | The URL or identifier for the icon representing the project type in the Jira UI. Helps visually distinguish between different types of projects. | ||
| Color | String | Common | The color code associated with the project type, used to visually represent or categorize the type in the Jira interface. |