State choices are not getting synced between Azure devops and agile developmentIssue State choice field is not getting synced between ServiceNow user story and stories at Azure side. Azure logs in ServiceNow shows below error Error: X is not mapped to any external Choice Work Item Integrations Common Script Include: ChoiceMapConfigCause"Valid" field value is "false" for the affected State choice map. ResolutionPlease validate all the choice maps manually and update records with Valid=true. Delete the invalid choice maps. Note: If you are not able to change the isValid to true from UI then delete the choice map and create new choice map with same detail. "Valid" field's default value is true.Note: Do not do Validate and Fix after these changes otherwise it will change isValid values to false and you will end up with same issue.Related LinksWhy "Valid" field is becoming "false" on validate and fix? When a user perform validate and fix mapping then system validate all the table, field and choice map and set the isValid field value true if mapping is correct otherwise it becomes false.Table and Field mappings are validated with ADO directly but Choice mappings are validated with default mapping JSON which is maintained in DefaultMappingTemplateBase script include. Hence, if you have created new choice mappings(other then OOB) then validation fails for it and it updates the isValid field false. Fix: This issue is fixed in Microsoft Azure DevOps Integration for Agile Development v1.4.1. As part of the fix, user has to manually validate the mappings for it's correctness. Microsoft Azure DevOps Integration for Agile Development https://docs.servicenow.com/bundle/paris-it-business-management/page/product/agile-azure-integration/concept/agile-azure-integration-overview.html Instance: salprod