Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/jira/src/version3/models/icon.ts>Icon

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Latest
interface Icon
import { type Icon } from "https://deno.land/x/jira@v3.0.2/src/version3/models/icon.ts";

An icon. If no icon is defined:*

  • For a status icon, no status icon displays in Jira.
  • For the remote object icon, the default link icon displays in Jira.

Properties

optional
url16x16: string

The URL of an icon that displays at 16x16 pixel in Jira.

optional
title: string

The title of the icon. This is used as follows:

For a status icon it is used as a tooltip on the icon. If not set, the status icon doesn't display a tooltip in Jira. For the remote object icon it is used in conjunction with the application name to display a tooltip for the link's icon. The tooltip takes the format "[application name] icon title". Blank itemsare excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link".