Validate and Fix mappings fails for Choice map and makes choice map isValid flag to falseDescriptionOn performing "Validate and Fix Mapping", System validates all the table, field, and choice map and sets its isValid field value to true if the mapping is correct false otherwise. All Table and Field mappings are validated with ADO directly But Choice mappings are validated with default mapping JSON which we maintain in DefaultMappingTemplateBase Script Include. Hence, if User has created New Custom Choice mappings(other than OOB) then the validation fails for it and it updates the isValid field to false.Steps to Reproduce Steps to reproduce: Navigate to any table map record.Open Field Map which has Choice Map records example: Open Field Map for state for Story or Epic table.Create a Custom Choice map record and Do "Validate and Fix Mapping"."Valid"/"isValid" field of this Custom Choice Map record is set to false.Due to this, Import/Export of workitems will not reflect the correct choice value for this field.This issue is seen in Microsoft Azure DevOps Integration for Agile Development v1.3.0 or before release(s).WorkaroundWorkaround:All the Choice Map records must be verified and updated with correct values manually. Check and correct the "Internal Choice" value from the respective Servicenow table and field choices. Similarly, check and correct "External Choice" and "External Choice Name" values from Azure DevOps. Also, update the "Valid"/"isValid" field value to true. If these steps are not done for Custom Choice Maps then the Import/Export of the respective Choice field won't work properly. Do not do Validate and Fix after doing all these changes otherwise, it will change isValid field value back to false and Import/Export for these Choice fields will not work. Fix: This issue is fixed in Microsoft Azure DevOps Integration for Agile Development v1.4.0 onwards. As part of the fix, the User has to manually validate the Choice mappings for their correctness. We no longer validate Choice Maps although we continue to support Validate and Fix Mappings for table and field maps as it is.Related Problem: PRB1475392