Skip to content

Can field mappings be used when migrating queries? #902

Answered by milesdnj
milesdnj asked this question in Q&A
Discussion options

You must be logged in to vote

Actually, I figured it out:

"Processors": [     
   {
       "$type": "TfsSharedQueryProcessorOptions",
       "Enabled": true,
       "PrefixProjectToNodes": false,
       "SharedFolderName": "Shared Queries",
       "SourceToTargetFieldMappings": {
         "Source.Field1": "Target.Field1",
         "Source.Field2": "Target.Field2"
       },
       "ProcessorEnrichers": null,
       "SourceName": "Source",
       "TargetName": "Target"
   }
]

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by milesdnj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant