Issue when an area path and iteration path have been changed to create revision #1513
Unanswered
LokeshManjegowda
asked this question in
Q&A
Replies: 1 comment
-
The Iteration and Area mapps should the "Target-to-Target" mapps and not "Source-To-Target" maps as depicted above. This is because the mapping is run after all of the area and iterations are rewitten... |
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 am facing an issue when an area path and iteration path have been changed in a work item and unable to create revision or history in the target. I had to set 'ReplayRevisions' to false to proceed further to unblock work item creation in the target. I have mapped as shown below in the configuration file but it is not working as expected. It does not consider this mapping while adding revision to the target. Any help is greatly appreciated?
Pull request #1440 did not help in my case.
"CommonEnrichersConfig": [
{
"$type": "TfsNodeStructureOptions",
"Enabled": true,
"PrefixProjectToNodes": false,
"NodeBasePaths": [],
"IterationMaps": {
"SourceProject\DevCon UAT Round 2": "Dynamics Development Controls\DevCon UAT Round 2"
},
"AreaMaps": {
"TargetProject\High Connect for DevCon": "Dynamics Development Controls\High Connect for DevCon"
}
}
],
Here is the error for the replaying revisions.

Beta Was this translation helpful? Give feedback.
All reactions