Skip to content
Discussion options

You must be logged in to vote

You can map the different language used for Area and Iteration path to the SOurce and Target to allow you to migrate between lanuages

"Source": {
    "$type": "TfsTeamProjectConfig",
    "Collection": "https://dev.azure.com/nkdagility-preview/",
    "Project": "myProjectName",
    "ReflectedWorkItemIDFieldName": "Custom.ReflectedWorkItemId",
    "AllowCrossProjectLinking": false,
    "PersonalAccessToken": "",
    "LanguageMaps": {
      "AreaPath": "Area",
      "IterationPath": "Iteration"
    }
  },

Use

    "LanguageMaps": {
      "AreaPath": "Area",
      "IterationPath": "Iteration"
    }

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by MrHinsh
Comment options

You must be logged in to vote
3 replies
@MrHinsh
Comment options

@dabbinavo
Comment options

@MrHinsh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants