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

x/jira/src/version3/parameters/createIssueTypeAvatar.ts>CreateIssueTypeAvatar

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

Properties

id: string

The ID of the issue type.

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.