How to add tags and area path #2872
Replies: 2 comments 1 reply
-
Interesting, I don't think we have an "add-tag" fieldmap... that's a good idea.
By deafult we auto-map the project name... you can achieve your objective by leveraging the Tfs Node Structure Tool... |
Beta Was this translation helpful? Give feedback.
-
"NodeBasePaths": [ "Auto" ], Despite the above configuration, the work items are still migrating directly to the default Area path ADS. I’m trying to move the work items in the target to ADS\Auto, but they are migrating directly to ADS instead of ADS. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to add a tag called "Migrated" to all work items that are migrated into the target project, when the source work items do not have any tags.
I have another question regarding work item migration.
I'm migrating work items from the source project Auto, which has the default area path set as Auto. In the target ADS project, the area path structure includes ADS as the root, and I expected the work items to migrate under ADS\Auto. However, the work items are migrating directly under ADS instead of ADS\Auto.
Could you please help me understand why this is happening, and how I can ensure the work items migrate under the correct area path (ADS\Auto)?
"NodeBasePaths": [ ],
"AreaMaps": {
"Auto\\Auto": "ADS\Auto\"
},
Beta Was this translation helpful? Give feedback.
All reactions