coreos / issue-sync

A tool for synchronizing issue tracking between GitHub and JIRA
Apache License 2.0
124 stars 34 forks source link

issue-42 - fix logic to truncate body on comment update. #43

Closed crfeliz closed 5 years ago

crfeliz commented 5 years ago

42 Fix logic to truncate body on comment update. Also prevent unnecessary slice creation when body == maxBodyLength on comment creation.