grim/youtrack-import

Parents bfb598e00f0d
Children e2e6ba632488
Remove a silly todo comment that assumed a ticket wouldn't be updated after it was closed
--- a/bitbucket/converter.go Wed Jan 15 06:59:37 2020 -0600
+++ b/bitbucket/converter.go Wed Jan 15 07:24:06 2020 -0600
@@ -65,9 +65,6 @@
Comments: []*youtrack.Comment{},
}
- // TODO: check if state is resovled then set the Resolved field to the
- // UpdatedOn timestamp
-
// map field values from bitbucket to youtrack
if replace, found := priorityMap[yt.Priority]; found {
yt.Priority = replace