Add a way to run multiple policy triggers from a single action #121

Open
opened 2026-01-19 18:31:36 +00:00 by michael · 2 comments
Owner

Originally created by @charliwest on GitHub.

It would be good to be able to create an array of policies to look something like this in the config:-

<dict>
	<key>icon</key>
	<string>https://url/</string>
	<key>label</key>
	<string>Basic Set up</string>
	<key>policy</key>
            <array>
	       <string>installDockutil</string>
	       <string>installDesktoppr</string>
	       <string>SetComputerName</string>
            </array>
</dict>

This way for one label we could run multiple smaller policies that don't need their own app icon or similar.

Originally created by @charliwest on GitHub. It would be good to be able to create an array of policies to look something like this in the config:- ``` <dict> <key>icon</key> <string>https://url/</string> <key>label</key> <string>Basic Set up</string> <key>policy</key> <array> <string>installDockutil</string> <string>installDesktoppr</string> <string>SetComputerName</string> </array> </dict> ``` This way for one label we could run multiple smaller policies that don't need their own app icon or similar.
michael added the enhancement label 2026-01-19 18:31:36 +00:00
Author
Owner

@jordanburnette commented on GitHub:

+1. This would be very useful for workflows where admins would want to call a customTrigger for installation and then another customTrigger for a validation policy.

@jordanburnette commented on GitHub: +1. This would be very useful for workflows where admins would want to call a customTrigger for installation and then another customTrigger for a validation policy.
Author
Owner

@PhantomPhixer commented on GitHub:

Totally agree, was going to request this myself.

@PhantomPhixer commented on GitHub: Totally agree, was going to request this myself.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: jamf/Setup-Manager#121