grahampugh / jamf-upload

Scripts for uploading packages to Jamf Cloud
Apache License 2.0
149 stars 37 forks source link

Feature Request: Allow pkg name and display name to be different in JamfPackageUploader #96

Open Pueo2 opened 1 year ago

Pueo2 commented 1 year ago

When uploading a package using JamfPackageUploader would be possible to have an option to have the Package Name (pkg_name) different to the Display Name you see in Jamf? For example pkg_name = package12345.pkg. Display Name= Package. I

grahampugh commented 1 year ago

To achieve this we need to know the differences between these keys in the GUI upload process:

&name=Cyberduck-8.2.3.pkg
&fileInputfileName=Cyberduck-8.2.3.pkg
&fileName=Cyberduck-8.2.3.pkg

It'll need some experimentation with Charles Proxy or similar. I would guess that name is the display name, and fileName is the package name. But not sure why we also need fileInputfileName.