grim/youtrack-import

Parents 156cc34dc505
Children 45baf35db295
Wow is it helpful when we spit out the issue number that failed to import
--- a/youtrack/xml.go Tue Aug 04 20:19:15 2020 -0500
+++ b/youtrack/xml.go Tue Aug 04 22:11:15 2020 -0500
@@ -100,7 +100,8 @@
for _, e := range item.Errors {
msg := fmt.Sprintf(
- "field: %q; value: %q: %s",
+ "issue %s field: %q; value: %q: %s",
+ item.ID,
e.FieldName,
e.Value,
e.Message,