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

    Interface CreateAttachment

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

    Hierarchy (View Summary)

    Index

    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.