Mozketo/WorkitemImporter

Null reference in WorkitemImporter.Sync.Process if board doesn't support sprints

Opened this issue · 0 comments

If no sprints for the board, ActiveSprints is null.

Console.WriteLine($"Active sprints: {string.Join(", ", ActiveSprints.Select(s => s.Name))}");

Will submit a PR with fix.