Work Item type definition #2317
-
I've attached my config.json file below where im trying to map the epic work item to a work item called test. For some reason the migration is still mapping epic to epic and not epic to test. Can someone please help by telling me if I've placed the workItemTypeDefinition at the right part of my json file and why its still not working. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yup, thats defo wrong! Its In versions < v16.x you use:
In versions > v16.x you use:
|
Beta Was this translation helpful? Give feedback.
Yup, thats defo wrong! Its
WorkItemTypeDefinition
and notWorkItemTypeDefinitions
. At the bottom of the config you have the real one!In versions < v16.x you use:
In versions > v16.x you use: