We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When you add a script in a policy, you may want to change its priority (BEFORE or AFTER).
Setting the priority of a script in a policy should be reflected in Jamf Pro.
Even if the priority is correctly defined in the plan, the result in Jamf Pro is not correct:
+ script { + id = "330" + name = (known after apply) + parameter4 = "googlechrome" + priority = "AFTER" }
?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When you add a script in a policy, you may want to change its priority (BEFORE or AFTER).
Expected behavior
Setting the priority of a script in a policy should be reflected in Jamf Pro.
Actual behavior
Even if the priority is correctly defined in the plan, the result in Jamf Pro is not correct:
Possible explanation
?
Possible fix
?
The text was updated successfully, but these errors were encountered: