interface GetAttachmentContent {
    attachmentId: number;
    issueIdOrKey: string;
}

Properties

attachmentId: number

The ID for the attachment

issueIdOrKey: string

The ID or key for the customer request the attachment is associated with