Replies: 1 comment
-
Its very hard to read and see what it going on in your question above and I am not really sure what your question is. Could you revamp the question to make it clearer? Please check https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github for formatting. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to migrate tickets from one org/project to an other org/project, but not with success at the moment.
I have tried to config it the correct way, but I guees I have filled it in correctly now (see below) and still I get the following error. note: it looks like the 'Source Node Path StartsWith' in the log is not correct. We do not use (sub) Area's. Area should be: vdp-bam-gen. I tried to leave out the LanguageMaps and also empty the value (AreaPath": ""). But I still get (other) errors.
NodeStructureEnricher.ProcessCommonStructure(Area, Area) -Source Node Path StartsWith [\vdp-bam-gen\area]
Error while running WorkItemMigration System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.Where[TSource](IEnumerable1 source, Func2 predicate)
I cannot copy my whole config, but here are some parts:
Version": "12.0", "TelemetryEnableTrace": false, "workaroundForQuerySOAPBugEnabled": false, "Source": { "$type": "TfsTeamProjectConfig", "Collection": "https://a_url_of my project/", "Project": "VDP-BAM-GEN", "ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId", "AllowCrossProjectLinking": false, "AuthenticationMode": "Prompt", "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration" }
"Target": { "$type": "TfsTeamProjectConfig", "Collection": "https://a_url_of my project/", "Project": "CIT-BAM-SOURCING-CUSTOMERS", "ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId", "AllowCrossProjectLinking": false, "AuthenticationMode": "Prompt", "LanguageMaps": { "AreaPath": "Area", "IterationPath": "Iteration"
"Processors": [
"$type": "WorkItemDeleteConfig", "Enabled": true, "QueryBit": "AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan', 'Epic', 'Feature', 'User Story','Bug','Inbox Item')", "OrderBit": "[System.ChangedDate] desc" ,
"$type": "WorkItemMigrationConfig", "ReplayRevisions": true, "PrefixProjectToNodes": false, "UpdateCreatedDate": false, "UpdateCreatedBy": false, "BuildFieldTable": false, "AppendMigrationToolSignatureFooter": false, "QueryBit": "AND [System.WorkItemType] NOT IN ('Test Suite', 'Test Plan', 'Epic', 'Feature', 'User Story','Bug','Inbox Item')", "OrderBit": "[System.ChangedDate] desc", "Enabled": true, "LinkMigration": true, "AttachmentMigration": true, "AttachmentWorkingPath": "c:\tmp\WorkItemAttachmentWorkingFolder", "FixHtmlAttachmentLinks": false, "SkipToFinalRevisedWorkItemType": false, "WorkItemCreateRetryLimit": 5, "FilterWorkItemsThatAlreadyExistInTarget": true, "PauseAfterEachWorkItem": false, "AttachmentMaxSize": 480000000, "CollapseRevisions": false, "LinkMigrationSaveEachAsAdded": false
Beta Was this translation helpful? Give feedback.
All reactions