jamf / JamfMigrator

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

Policy Icons do not move with migration #46

Closed master-vodawagner closed 4 years ago

master-vodawagner commented 4 years ago

I've noticed that migrating policies between instances doesn't pull across the Self Service Icon.

Is this possible as a feature request?

BIG-RAT commented 4 years ago

The icon should copy over but only when creating new policies. This is to prevent the same icon from being duplicated every time a policy is updated during a migration. Let me know if during new policy creation if the icon fails to migrate.

Better icon management is definitely something worth adding, I'd suggest upvoting the following feature request if you haven't already:

https://www.jamf.com/jamf-nation/feature-requests/1474/manage-self-service-policy-icons


From: master-vodawagner notifications@github.com Sent: Wednesday, January 15, 2020 4:57 AM To: jamf/JamfMigrator Cc: Subscribed Subject: [jamf/JamfMigrator] Policy Icons do not move with migration (#46)

I've noticed that migrating policies between instances doesn't pull across the Self Service Icon.

Is this possible as a feature request?

- You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/jamf/JamfMigrator/issues/46?email_source=notifications&email_token=AFJYQF2NYREJJE7YC5J3MALQ53MYHA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGJSIIA, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFJYQF7SIYRLWCDOVNYFYNLQ53MYHANCNFSM4KHAXIMA.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/jamf/JamfMigrator/issues/46?email_source=notifications\u0026email_token=AFJYQF2NYREJJE7YC5J3MALQ53MYHA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGJSIIA", "url": "https://github.com/jamf/JamfMigrator/issues/46?email_source=notifications\u0026email_token=AFJYQF2NYREJJE7YC5J3MALQ53MYHA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IGJSIIA", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

master-vodawagner commented 4 years ago

So I've definitely had a New policy that migrated over but the icon was missing

BIG-RAT commented 4 years ago

Well that's a bummer. If you get a chance to run the app in debug mode (.../path/to/jamf-migrator.app/Contents/MacOS/jamf-migrator -debug) could you forward the log? Don't need the entire log, perhaps the portion starting with something like:

20200115_092251 [- debug -] Removing blank lines.?

And of course clear out any info you don't want publicly shared (Jamf Pro URL maybe).

Thanks.


From: master-vodawagner notifications@github.com Sent: Wednesday, January 15, 2020 8:31 AM To: jamf/JamfMigrator Cc: Leslie N. Helou; Comment Subject: Re: [jamf/JamfMigrator] Policy Icons do not move with migration (#46)

So I've definitely had a New policy that migrated over but the icon was missing

- You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/jamf/JamfMigrator/issues/46?email_source=notifications&email_token=AFJYQF4NO56ARA4JF72H2UTQ54F2FA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAJ6PQ#issuecomment-574660414, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AFJYQFZAYBH775OBRCFB673Q54F2FANCNFSM4KHAXIMA.

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/jamf/JamfMigrator/issues/46?email_source=notifications\u0026email_token=AFJYQF4NO56ARA4JF72H2UTQ54F2FA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAJ6PQ#issuecomment-574660414", "url": "https://github.com/jamf/JamfMigrator/issues/46?email_source=notifications\u0026email_token=AFJYQF4NO56ARA4JF72H2UTQ54F2FA5CNFSM4KHAXIMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJAJ6PQ#issuecomment-574660414", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

BIG-RAT commented 4 years ago

Modified the process a bit and added more logging. When you get a chance let me know how things look.

master-vodawagner commented 4 years ago

Any chance you can build out a new .APP for me to try?

BIG-RAT commented 4 years ago

Let me know what the debug log shows from v5.0.3 when you get a chance. That will give me an idea where the issue lies and I can work on an update.

BIG-RAT commented 4 years ago

seems to be resolved.