interface AttachmentLink {
    content?: string;
    jiraRest?: string;
    self?: string;
    thumbnail?: string;
}

Properties

content?: string

URL for the attachment.

jiraRest?: string

REST API URL for the attachment

self?: string
thumbnail?: string

URL for the attachment's thumbnail image.