Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/jira/src/version2/models/avatar.ts>Avatar

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

Details of an avatar.

Properties

optional
fileName: string

The file name of the avatar icon. Returned for system avatars.

id: string

The ID of the avatar.

optional
isDeletable: boolean

Whether the avatar can be deleted.

optional
isSelected: boolean

Whether the avatar is used in Jira. For example, shown as a project's avatar.

optional
isSystemAvatar: boolean

Whether the avatar is a system avatar.

optional
owner: string

The owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.

optional
urls: { }

The list of avatar icon URLs.