Skip to content
Discussion options

You must be logged in to vote

I had the same issue, but then found out that you can add this piece into the CommonTools section, ignoring all other work item types in the checks except the ones specified:

    "CommonTools": {
      "TfsWorkItemTypeValidatorTool": {
        "Enabled": true,
        "IncludeWorkItemtypes": [
          "Product Backlog Item"
        ]
      }
    }

Replies: 2 comments 2 replies

Comment options

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

@mathiasth
Comment options

Answer selected by MrHinsh
Comment options

You must be logged in to vote
0 replies
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