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

Hierarchy (view full)

Properties

additionalComment?: AdditionalComment
issueIdOrKey: string

The ID or key of the customer request to which the attachment will be added.

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.