interface IssueCommentChangeLogString {
    attachmentInfo: null;
    attributeInfo: null;
    field:
        | "assigner"
        | "component"
        | "description"
        | "milestone"
        | "priority"
        | "resolution"
        | "status"
        | "version"
        | "issueType";
    newValue: null | string;
    notificationInfo: null;
    originalValue: null | string;
}

Properties

attachmentInfo: null
attributeInfo: null
field:
    | "assigner"
    | "component"
    | "description"
    | "milestone"
    | "priority"
    | "resolution"
    | "status"
    | "version"
    | "issueType"
newValue: null | string
notificationInfo: null
originalValue: null | string