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

    Interface Attachment

    Details about an attachment.

    interface Attachment {
        author?: Version3Models.UserDetails;
        content?: string;
        created?: string;
        filename?: string;
        id: string;
        mimeType?: string;
        self?: string;
        size?: number;
        thumbnail?: string;
    }
    Index

    Properties

    content?: string

    The content of the attachment.

    created?: string

    The datetime the attachment was created.

    filename?: string

    The file name of the attachment.

    id: string

    The ID of the attachment.

    mimeType?: string

    The MIME type of the attachment.

    self?: string

    The URL of the attachment details response.

    size?: number

    The size of the attachment.

    thumbnail?: string

    The URL of a thumbnail representing the attachment.