jamf / JamfMigrator

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

Cannot clear parameter label when re-migrating script #34

Closed danny-friedman closed 5 years ago

danny-friedman commented 5 years ago

If I have a parameterized script with parameter labels that has been successfully migrated, and I:

  1. Clear the text of an existing parameter label
  2. Re-migrate the script using jamf-migrator

The original label text will still exist post-migration. All other label changes re-migrate as expected—this is just if a label is cleared (removed).

BIG-RAT commented 5 years ago

@danny-friedman - Thanks for catching that one. Script parameter labels should now be removed if set to blank with v3.3.5.

danny-friedman commented 5 years ago

Much appreciated!