Jira.js - Jira Cloud API library
    Preparing search index...

    Interface AttachmentLink

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

    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.