interface AddAttachment {
    attachment: Attachment | Attachment[];
    issueIdOrKey: string;
}

Properties

attachment: Attachment | Attachment[]
issueIdOrKey: string

The ID or key of the issue that attachments are added to.