I have a custom field on my Azure DevOps user stories that maps directly to the same custom field on the target project. However i want to be able to fill it with data from another field in case the custom field is empty on the source, like this:
- if Field A on Source is "ABC" then Field A on Target would be "ABC".
- if Field A on Source is "" then Field A on Target would get its value from Field B.
How do i achieve this? I tried using the MultiValueConditionalMapConfig but i can't find any examples online so i have no idea how it works and trial and error was fruitless. The documentation doesn't explain how this specific mapping works so asking here was my only option.
Here is
MultiValueConditionalMapConfigsample:However, I’m afraid that there is no supported condition expression in serval
FieldMapfrom theconfiguration.jsonsample file.Please refer to doc:Getting started with VSTS sync MigratorAbout
FieldMapsrefer to :Azure DevOps Migration ToolsYou can discuss in this website:migration discussions for more detailed information.