interface ActivityTypeIssueChange {
    field:
        | "assigner"
        | "attachment"
        | "commit"
        | "component"
        | "description"
        | "limitDate"
        | "milestone"
        | "priority"
        | "resolution"
        | "status"
        | "version";
    field_text: string;
    new_value: string;
    old_value: string;
    type: string;
}

Properties

field:
    | "assigner"
    | "attachment"
    | "commit"
    | "component"
    | "description"
    | "limitDate"
    | "milestone"
    | "priority"
    | "resolution"
    | "status"
    | "version"
field_text: string
new_value: string
old_value: string
type: string