SG - JAMF Assigned To field is not getting updatedIssue Implemented Service Graph Connector-JAMF and tried to map Assigned To field to email id using property "glide.discovery.assigned_user_match_field"but we are getting value populated only for few of the assets and for other assets we are getting empty field for Assigned to. When we checked in the integration hub ETL data was populating.CauseIf the user is inactive / locked out, then the assigned to field will not be mapped.ResolutionThe data retrieved from JAMF has username field, check if it exist in the sys_user table under the field which is set in system property "glide.discovery.assigned_user_match_field" If the value of the system property is set as email (by default it is user_name), then check if the username value from the JAMF payload matches with email field in the sys_user table. If a match is found, it should be active and not locked out. If the user is inactive/locked out, then the Assigned To field will not be mapped. Also if the username is found under email field in sys_user table, assigned To field will not be mapped.