IssueResolutions
Retrieves all resolution values used to indicate how issues were completed, such as 'Fixed' or 'Won't Fix'.
Table Specific Information
Select
The server uses the Jira API to process some of the filters.
The server processes other filters within the server.
For example, the following queries are processed server side:
SELECT * FROM IssueResolutions WHERE Id = 10000
Columns
| Name | Type | References | SupportedOperators | Platform | Description |
| Id [KEY] | String | = | Common | A unique identifier assigned to the issue resolution, used internally within Jira to reference how an issue was resolved. | |
| Name | String | Common | The display name of the issue resolution, such as 'Fixed', 'Won't Fix', or 'Duplicate', shown in the Jira interface. | ||
| Description | String | Common | A brief explanation of what the resolution status means, helping users understand how the issue was closed. | ||
| URL | String | Common | A link to the Jira resource representing this resolution, useful for referencing in integrations or automation. |