Icons
Return all global icons i.e. icons not associated with a particular object schema, or a specific icon.
Select
The add-in uses the Jira Assets API to process the request. The rest of the filter is executed client-side within the add-in.
The following queries are processed server side:
- Id supports the following operators: =, IN
SELECT * FROM Icons WHERE Id = 123 SELECT * FROM Icons WHERE Id IN (123, 1234)
Columns
Name | Type | Description |
Id [KEY] | String | The Id of the Icon. |
Name | String | The Name of the Icon. |
Url16 | String | The URL of the icon to display with small resolution. |
Url48 | String | The URL of the icon to display with large resolution. |