visual studio - Error while importing Work Item Type - TFS -
When I import from a working item type, I receive this error:
< Code> TF218007: The work item type can not be imported This team changes fields in projects that do not have permission to make changes to correct this problem by changing the definition of task item type so that it does not have the name or reporting behavior of these fields. Could change: Microsoft.VSTS.Common.StateChangeDate, System.ExternalLinkCount, System.HyperLinkCount, System.Attach Get edFileCount or get permission Change these team projects: Project 2 operation fail
What should I change in the WIT definition? First off, check to see if you have "Private 2" Administrator private in "2". If that does not work, then export one of the WorkItemTypes in Project2, and check the XML. Search for the mentioned areas:
Microsoft.VSTS.Common.StateChangeDate, System.ExternalLinkCount, System.HyperLinkCount, System.AttachedFileCount
and make sure the Definition matches them in your WorkItemType is. It seems that you can either delete or modify those areas.
Comments
Post a Comment