@@ 219,7 219,7 @@ class SimpleChatMessage implements ChatM
// worklog ID is weird. Only the 'old' value is set
keyValue(field, oldval);
} else if (field == "description") {
- keyValue(field, reformat(oldval)); // Don't print the old description, it's too confusing
+ keyValue(field, reformat(newval)); // Don't print the old description, it's too confusing
} else if (field == "timespent" || field == "timeestimate" || field == "timeoriginalestimate") {
log "We're timeformatting ${newval}"
log "We're timeformatting ${oldval}"