Skip to content
Discussion options

You must be logged in to vote

Disabling TfsWorkItemTypeValidatorTool setting will allow you to skip this validation. I had the same issue but was able to move ahead. Have you tried this?

 "CommonTools": {
        "TfsWorkItemTypeValidatorTool": {
        "Enabled": false,
        "IncludeWorkItemtypes": [
          "Shared Steps", 
          "Test Case",
          "Test Plan",
          "Test Suite",
            "Bug",
            "Task",
            "User Story",
            "Feature",
            "Epic"
        ]
       
    }
    }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MrHinsh
Comment options

Answer selected by MrHinsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants