Processors : WorkItemMigrationConfig try to take other project data from source and ends to FTL error #1548
Manish-Jain-Affirma
started this conversation in
General
Replies: 1 comment 3 replies
-
There is a work item in The bit just after you image in the log has the answer to what that iteraion is. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Source Env. : Azure DevOps
Target Env. : Azure DevOps
Here I'm trying to migrate Project One from Source Env. to Target Env. So, the respective Source, Target config. has below parameters.
"Collection": "https://dev.azure.com/organisationone/", "Project": "Project One",
"Collection": "https://dev.azure.com/organisationone-target/", "Project": "Project One",
When I'm executing it with Only one enabled WorkItemMigrationConfig Processor. It throws fatal error with
As you can see on the WRN, it is checking in Project One New from source, which I'm not trying to fetch as per the "Source" config.
Note : configuration.json has "Version": "13.0"
Beta Was this translation helpful? Give feedback.
All reactions