Jamf App Installers - User notifications

dcorona
New Contributor II

Testing out the Jamf App Installer User Notification settings configuration profiles with the recommended setting:

Best Practice: Jamf recommends choosing Persistent from the Banner alert type pop-up menu. You may c...

While we would like update notifications only to be Persistent, we found that ALL notifications are Persistent.
eg. Slack messages stayed on the screen, which is not desired.

Can Jamf separate user notifications and just target update notifications?

13 REPLIES 13

Jeffery_Anderso
Contributor

I see no replies to this. We are having the same trouble. This is not a good user experience.

dshore-aspen
New Contributor

We're having a similar problem in our instance. By creating these config policies we've overwritten the notifications for the apps themselves.

jamf-42
Contributor III

had this recently.. with Slack.. JAMF sets this to an Alert.. and I made my pilot users very happy 🤣

I questioned this with support and the answer is to remove the JAMF config profiles deployed by Jamf app installer and roll you own. For Slack we already had a config profile... so not a huge issue, but your correct, some apps use notifications as part of the app.. so we should have a more granular control.. like being able to edit the config profile.. a bit more work.. as for some, you need to take the App installer config profile.. rework it and deploy via custom payload..

markopolo
Contributor

I concur. This is maddening, and can't believe this feature made it out of internal beta testing. I have users complaining about everything from Slack to Outlook to Adobe Reader. Terrible approach to notifying users about updates. Like why couldn't they have leveraged Self Service notifications for this?

rhs615
New Contributor III

Has anyone figured out a way to remove the App Installers - Slack config profile that is deployed via the Mac App record for Slack? Unchecking the box on "Install supporting configuration profiles"  has not removed that from users' workstations. 

jamf-42
Contributor III

add this schema.. set how desired.. push

{
  "title": "Slack (com.tinyspeck.slackmacgap)",
  "description": "Slack settings",
  "properties": {
    "SlackNoAutoUpdates": {
      "type": "boolean",
      "title": "Disable Automatic Updates",
      "default": false,
      "description": "When true, disables Slack's built-in automatic update mechanism. Useful if you update Slack using a tool like Munki.",
      "links": [
        {
          "rel": "More information",
          "href": "https://slack.com/help/articles/360035635174-Deploy-Slack-for-macOS"
        }
      ],
      "property_order": 5
    },
    "SlackDefaultSignInWorkspace": {
      "type": "string",
      "title": "Default Workspace",
      "description": "Sets the default workspace for Slack sign-ins.",
      "links": [
        {
          "rel": "More information",
          "href": "https://slack.com/help/articles/360041725993-Share-a-default-sign-in-file-with-members"
        }
      ],
      "property_order": 10
    }
  }
}

 

rhs615
New Contributor III

Thanks! This worked to deploy, but didn't remove the "App Installers - Slack" and therefore has still locked the Notification settings for Slack. Any thoughts? 

jamf-42
Contributor III

stop the app deploy. check management history on devices. you should see the APP Slack config "pulled". depending on scope size etc.. wait till they are all cleared (you can make a smart group if req) . push config profile to all again. just in case.. that config profile now sets Slack prefs. 

rhs615
New Contributor III

Will this uninstall the application too? 

 

jamf-42
Contributor III

no. app stays. just updates are off. 

rhs615
New Contributor III

Thank you so much! You're my hero. 

jamf-42
Contributor III

beware the config profiles deployed by 'Jamf Mac Apps'  some are ok.. others not so..  test.. scope small.. check.. review.. 

rhs615
New Contributor III

Certainly learned that the hard way now. smh 🤦‍:male_sign: