IssuePriorities
Query the list of all issue priorities.
Table Specific Information
Select
The provider uses the Jira API to process some of the filters.
The provider processes other filters within the provider. 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 IssuePriorities SELECT * FROM IssuePriorities WHERE Id=1
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | = | Common | The ID of the issue priority. | |
| Name | String | Common | The name of the issue priority. | ||
| Description | String | Common | The description of the issue priority. | ||
| URL | String | Common | The URL of the issue priority. | ||
| StatusColor | String | Common | The color used to indicate the issue priority. | ||
| IconUrl | String | Common | The URL of the icon for the issue priority. |