mirror of
https://github.com/jamf/Setup-Manager.git
synced 2026-02-03 06:03:23 +00:00
Teams Webhook - View Computer in Jamf button link incorrect #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lukecharters on GitHub.
Hi,
The
View Computer in Jamfbutton in the Teams webhook has a URL format of"Jamf Pro URL"+/mdm/ServerURL?id=+"Jamf Computer ID"(ie. https://yourjamfserver.com:8443/mdm/ServerURL?id=123456). This returns a HTTP 500 error.URL format should be
"Jamf Pro URL"+/computers.html?id=+"Jamf Computer ID"(ie. https://yourjamfserver.com:8443/computers.html?id=123456).This is on version 1.2.1-554.
Thanks for making this awesome tool!
@scriptingosx commented on GitHub:
please test in 1.2.2