Replies: 2 comments
-
|
Hi there, ACTION REQUIRED In order for us to help you will need to provide both the log, and the configration file that you are using. Generate and Attach Log Steps:
Your assistance is greatly appreciated! Thanks, Azure DevOps Migration Tools team |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
never mind, i figured it out. thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I’m running a migration using Azure DevOps Migration Tools v16.3 from a cloud source project to an on-prem target project.
Overall the migration runs, but I’m seeing validation warnings related to field type mismatches that I cannot resolve locally:
Validating source field 'Custom.AchievedActions' (AchievedActions).
[WRN] Source field 'Custom.AchievedActions' and target field 'Custom.AchievedActions' have different types: source = 'Html', target = 'String'.
Validating source field 'Microsoft.VSTS.CMMI.CorrectiveActionPlan' (Corrective Action Plan).
[INF] Source field 'Microsoft.VSTS.CMMI.CorrectiveActionPlan' is mapped to 'Custom.CorrectiveActionPlan'.
[WRN] Source field 'Microsoft.VSTS.CMMI.CorrectiveActionPlan' and target field 'Custom.CorrectiveActionPlan' have different types: source = 'Html', target = 'String'.
Validating source field 'Custom.Handling' and target field 'Custom.Handling' have different types: source = 'Html', target = 'String'.
{
"ApplyTo": ["Opportunity"],
"FieldMapType": "FieldToFieldMap",
"sourceField": "Custom.AchievedActions",
"targetField": "Custom.AchievedActions"
},
{
"ApplyTo": ["Opportunity"],
"FieldMapType": "FieldToFieldMap",
"sourceField": "Microsoft.VSTS.CMMI.CorrectiveActionPlan",
"targetField": "Custom.CorrectiveActionPlan"
},
{
"ApplyTo": ["Tailoring"],
"FieldMapType": "FieldToFieldMap",
"sourceField": "Custom.Handling",
"targetField": "Custom.Handling"
}
However, because the source fields are Html and the target fields are String, these mappings trigger warnings, and in some runs lead to save/validation failures.
What I’ve tried
What I am asking
My goal is to:
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions