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

x/jira/src/version3/parameters/getAttachmentThumbnail.ts>GetAttachmentThumbnail

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

Properties

id: string

The ID of the attachment.

optional
redirect: boolean

Whether a redirect is provided for the attachment download. Clients that do not automatically follow redirects can set this to false to avoid making multiple requests to download the attachment.

optional
fallbackToDefault: boolean

Whether a default thumbnail is returned when the requested thumbnail is not found.

optional
width: number

The maximum width to scale the thumbnail to.

optional
height: number

The maximum height to scale the thumbnail to.