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

x/jira/src/version3/parameters/getAvatarImageByOwner.ts>GetAvatarImageByOwner

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

Properties

type: "issuetype" | "project" | string

The icon type of the avatar.

entityId: string

The ID of the project or issue type the avatar belongs to.

optional
size:
| "xsmall"
| "small"
| "medium"
| "large"
| "xlarge"
| string

The size of the avatar image. If not provided the default size is returned.

optional
format: "png" | "svg" | string

The format to return the avatar image in. If not provided the original content format is returned.