Post Zurich Upgrade Conditional Script Writer group is emptyIssue ProblemAfter upgrading to the Zurich release, users lost access to scripting due to the Conditional Script Writer group being empty Steps to reproduce Upgrade to ZurichGo to User Administration > GroupsSearch by Conditional Script Writer Open the record and observe no users were added. on instance pwcnetworkpoc. The 'glide.security.scripting_role.auto_provisioning' property was missing, preventing automatic user provisioning. Users could not be added to the group manually as the property was not available. Key error messages included 'Scripting Governance: Unable to start initial provisioning job as the initial provisioning isn't set to run' and 'Auto-provisioning is disabled, unable to update users in Conditional Script Writer group'.ReleaseZurichCauseRoot CauseIn this case, the 'glide.security.scripting_role.auto_provisioning' property was missing ResolutionSteps to Resolve1. Execute the script SNC.ScriptingGovernanceUtils.forceProvisioningJobRunningPropertyUpdate(true) in the background to create the missing 'glide.security.scripting_role.auto_provisioning' property. 2. Run the 'Add Users To Conditional Script Writer Group' scheduled job to populate the group with eligible users. 3. Verify the property and user assignments are correctly configured post-execution.