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

x/jira/src/version3/parameters/storeAvatar.ts>StoreAvatar

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

Properties

type: "project" | "issuetype" | string

The avatar type.

entityId: string

The ID of the item the avatar is associated with.

optional
x: number

The X coordinate of the top-left corner of the crop region.

optional
y: number

The Y coordinate of the top-left corner of the crop region.

size: number

The length of each side of the crop region.

avatar: any