-
Hello, Trying to migrate an Azure devops project which has inherited process based on Here is the out-of-box configuration I used but it seems it did not worked well for these custom workitem types:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@RSwarnkar all work item types within the scope of the Query in If you have the same processes (inherited or XML) between the Source and Target then all work items and fields will be migrated with no need for additional configuration. Its also worth noting that you are using an unsupported version of the tool. Please use The config that you have above will not work as its got a bunch of generic field migrators listed that are not configured for your environment. Use the one below. Its also better to use the PAT token than the Prompt!
|
Beta Was this translation helpful? Give feedback.
-
Hi @MrHinsh , Thanks ! Few questions:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
@RSwarnkar all work item types within the scope of the Query in
WIQLQueryBit
are migrated.If you have the same processes (inherited or XML) between the Source and Target then all work items and fields will be migrated with no need for additional configuration.
Its also worth noting that you are using an unsupported version of the tool. Please use
winget update nkdAgility.AzureDevOpsMigrationTools
to update it, or get the latest manually.The config that you have above will not work as its got a bunch of generic field migrators listed that are not configured for your environment. Use the one below.
Its also better to use the PAT token than the Prompt!