User criteria for catalog items is not workingIssue Scripted User Criteria not working when using the gs.getUser functionCauseScripted User Criteria are cached after being run, when they use gs.getUser.ResolutionUser Criteria are not working when they use gs.getUser in the script.This is because when gs.getUser is used, the scripted User Criteria get cached after running once.If we remove the scripted Criteria and directly add the users, it will workTo avoid this, the customer can use Extended user CriteriaRelated Linksuser_criteria,Scripted_getuser_criteria