interface IssueCommentChangeLogNotification {
    attachmentInfo: null;
    attributeInfo: null;
    field: "notification";
    newValue: null;
    notificationInfo: {
        type: "issue.create";
    };
    originalValue: null;
}

Properties

attachmentInfo: null
attributeInfo: null
field: "notification"
newValue: null
notificationInfo: {
    type: "issue.create";
}
originalValue: null