Replies: 1 comment
-
For fields that are not in the target you can:
For work items that have changed or no longer exist you can map them using the WorkItemTypeMappingTool, this applies to history as well. |
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.
-
I am new to this tool, need your help.
While work item migration came across an error "PopulateWorkItem:FieldUpdate: Missing field in target workitem".
Somebody copied an old work item type and later changed it to different type. Deleted the old one. deleted few fields and added new fields.
Now these old fields and work item is not present in process structure.
Tried to map these fields with different fields using below code, but still not no luck
{
"FieldMapType": "FieldToFieldMultiMap",
"SourceToTargetMappings": {
"SourceField1": "TargetField1",
"SourceField2": "TargetField2"
},
"ApplyTo": [
"SomeWorkItemType",
"SomeOtherWorkItemType"
]
},
Can anyone help me on this, how we can handle deleted fields or work items.
Beta Was this translation helpful? Give feedback.
All reactions