How to turn off the migration of Nodes (area path and iteration #3155
Unanswered
yves-grenier
asked this question in
Q&A
Replies: 0 comments
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.
I tried to get an answer from AI on how to turnoff nodes transfer from source to target (just want bug work items with default path and default iteration). What ever it suggests does not work. I tried several suggestions. I am using version 16.3.3
Tried this:
{
"Processors": [
{
"$type": "TfsNodeStructureToolOptions",
"Enabled": false, // Set this to false to stop all node migrations
"NodeBasePaths": [],
"PrefixProjectToNodes": false
}
]
}
Tried this:
{
"ProcessorType": "TfsNodeStructureToolOptions",
"Enabled": false,
"NodeBasePaths": [],
"PrefixProjectToNodes": false
}
What is the difference between "$type" and "ProcessorType" ?
Please help
All reactions