Not all WorkItemTypes present in the Source are present in the Target #2234
Unanswered
NormanGarciaV
asked this question in
Q&A
Replies: 1 comment 2 replies
-
This looks like a casing issue: Unfortunately, I've been unable to resolve this in a way that works... perhaps we can just lcase the comparison and ignore case... I'm just not sure what will happen in the target... Can you add a mapping:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Getting the following error:
But all work-items types do exist in the target.
Also, here is the query I am using:
SELECT [System.Id], [System.WorkItemType], [System.Title], [System.AssignedTo], [System.State], [System.CreatedDate], [System.AreaPath] FROM workitems WHERE [System.TeamProject] = 'RBS Portfolio' AND [System.Id] IN (457308,457311,457316,457317,457320,457321,457323,457324,457325,457328,457336,457337,457338,457339,457340,457342,457343,457344,457345,457346,457347,457348,457349,457350,457351,457352,457353,457354,457355,457356,469551,469609,496530)
Any help would be appreciated.
Thanks.
NG.
Beta Was this translation helpful? Give feedback.
All reactions