IssuePriorities
Returns all priority levels available in the Jira instance, such as 'High', 'Medium', and 'Low'.
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 IssuePriorities WHERE Id = 1
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | = | Common | A unique identifier assigned to the issue priority, used internally within Jira to reference the priority setting. | |
| Name | String | Common | The display name of the issue priority, such as 'High', 'Medium', or 'Low', as it appears in the Jira interface. | ||
| Description | String | Common | A detailed explanation of what this priority level represents, often used to guide users on how to assign priorities to issues. | ||
| URL | String | Common | A link to the Jira resource representing this issue priority, typically used for API access or integration purposes. | ||
| StatusColor | String | Common | The color code associated with the issue priority, used for visual identification in dashboards and issue listings. | ||
| IconUrl | String | Common | The web address of the icon image representing the issue priority in the Jira UI. |