interface IssueCommentChangeLogAttachment {
    attachmentInfo: {
        id: number;
        name: string;
    };
    attributeInfo: null;
    field: "attachment";
    newValue: null | string;
    notificationInfo: null;
    originalValue: null | string;
}

Properties

attachmentInfo: {
    id: number;
    name: string;
}
attributeInfo: null
field: "attachment"
newValue: null | string
notificationInfo: null
originalValue: null | string