Skip to content

Work Item type definition #2317

Answered by MrHinsh
soodgautam asked this question in Q&A
Discussion options

You must be logged in to vote

Yup, thats defo wrong! Its WorkItemTypeDefinition and not WorkItemTypeDefinitions. At the bottom of the config you have the real one!

In versions < v16.x you use:

  "WorkItemTypeDefinition": {
    "Epic": "Test"
  }

In versions > v16.x you use:

{
  "MigrationTools": {
    "CommonTools": {
      "WorkItemTypeMappingTool": {
        "Enabled": "False",
        "Mappings": {
          "Epic": "Test"
        }
      }
    }
  }
}

Replies: 1 comment

Comment options

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