jamf / JamfMigrator

A tool to migrate data granularly between Jamf Pro servers
MIT License
144 stars 9 forks source link

Policies don't migrate #5

Closed jdhovland closed 7 years ago

jdhovland commented 7 years ago

self.availableObjsToMigDict[objToMigrateID]! unwraps to nil when selectively migrating policies and causes a hard crash. Other endpoints I checked seem to work fine. I'll try to resolve it, but wanted it out there as a known issue.

jdhovland commented 7 years ago

It affects both policies and computer groups. The cases for those two endpoints in getEndpoints(endpoint:completion:) don't populate self.availableObjsToMigDict