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

    Interface AttachmentCreate

    interface AttachmentCreate {
        additionalComment?: AdditionalComment;
        public?: boolean;
        temporaryAttachmentIds?: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    additionalComment?: AdditionalComment
    public?: boolean

    Indicates whether the attachments are to be public (true) or private/internal (false).

    temporaryAttachmentIds?: string[]

    List of IDs for the temporary attachments to be added to the customer request.