Imposible to make simple work item migration to work #2939
Answered
by
mathiasth
Javapower77
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
mathiasth
Aug 14, 2025
Replies: 2 comments 2 replies
-
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"
]
}
} |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MrHinsh
-
We have a tool for that!
I'll work up an issue to get those uneditable items added to the defaults. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: