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

x/jira/src/serviceDesk/models/attachmentLink.ts>AttachmentLink

A JavaScript/TypeScript wrapper for the JIRA Cloud, Service Desk and Agile REST API
Go to Latest
interface AttachmentLink
import { type AttachmentLink } from "https://deno.land/x/jira@v2.15.12/src/serviceDesk/models/attachmentLink.ts";

Properties

optional
self: string
optional
jiraRest: string

REST API URL for the attachment

optional
content: string

URL for the attachment.

optional
thumbnail: string

URL for the attachment's thumbnail image.