open jamfselfservice://content?.. | specific url not working anymore?

Flaurian
Contributor
hello :),
has anyone an idea why the command was not forwarded to the specific Self Service application to which I added below? Actually, I’ll be forwarded to the Self-Service home screen but not this specific URL. 
 

 

launchctl asuser $uid sudo -iu $loggedInUser open jamfselfservice://content?entity=policy&id=10&action=view
​

  or

open jamfselfservice://content?entity=policy&id=10&action=view

 

2 REPLIES 2

gabe2385
Contributor

Hello @Flaurian  Try surrounding the link with quotes:

open "jamfselfservice://content?entity=policy&id=10&action=view"

I believe in zsh the & causes an issue.

Hey @gabe2385 
thanks for the answer I tried it a few times. Unfortunately, I got the message in Self-Service that "This item is no longer available" :D Of course, it has the right scope and the app is available on both test devices. In our settings "Enable Self-Service User Login" is disabled.