2017-12-21 23 views
1

TFS 2015.2에서 TFS 2017.3으로 업그레이드했고 새 팀 프로젝트를 만들 때 문제가 발생했습니다. 여기TF400930 : 가져온 XML과 현재 필드에 구성되어있는보고 속성이 일치하지 않습니다.

[09:54:24.797] Importing work item types 
[09:54:25.663] [Error] TF400930: The reporting attribute for field Microsoft.VSTS.Common.StateChangeDate is inconsistent between the imported XML and what is currently configured for the field. Correct the field configuration in the XML and try again. 
[09:54:25.667] Microsoft.TeamFoundation.WorkItemTracking.Server.LegacyValidationException: TF400930: The reporting attribute for field Microsoft.VSTS.Common.StateChangeDate is inconsistent between the imported XML and what is currently configured for the field. Correct the field configuration in the XML and try again. 
[09:54:25.667]  at Microsoft.TeamFoundation.WorkItemTracking.Server.ServerMetadataProvisioningHelper.ThrowValidationException(String message) 
[09:54:25.667]  at Microsoft.TeamFoundation.WorkItemTracking.Common.Provision.UpdatePackageField.CheckDefinitionConsistency(XmlElement fieldElement) 
[09:54:25.667]  at Microsoft.TeamFoundation.WorkItemTracking.Common.Provision.UpdatePackageField.Update(XmlElement fieldElement) 

witadmin의 결과입니다 :

Field: Microsoft.VSTS.Common.StateChangeDate 
    Name: State Change Date 
    Type: DateTime 
    Use: --- (Bug, Shared Steps, Task, Test Case, User Story, Issue, Change Request) 
    Indexed: False 
    Reportable As: dimension 

우리는 새로운 팀 프로젝트를 만들려고하면 어떤 이유

, 우리는 오류 로그에 다음과 같은 오류가 있어요 메모장으로 검색하면 ++ : Notepad++ Search for Microsoft.VSTS.Common.StateChangeDate

검색 결과에서 알 수 있듯이, witadmin에서 현재 속성이 있다고합니다.

우리가 잘못하고있는 것에 대한 아이디어가 있습니까?

감사합니다.

+0

는 업그레이드 후 기능을 구성 했습니까? 그렇지 않으면 먼저 해주세요. 이 링크 : https://docs.microsoft.com/en-us/vsts/work/customize/configure-features-after-upgrade를 참조하십시오. –

답변

1

기본적으로 보고서 속성은 Workitem 정의 파일 (.xml 파일)에 설정되어 있지 않습니다.

따라서 위트의 모든 속성에서 reportable = "dimension" 속성을 삭제 해보세요. 그런 다음 Wits를 가져 와서 다시 시도하십시오.

그래도 작동하지 않는다면이 작업 항목에서 Microsoft.VSTS.Common.StateChangeDate 정의를 제거해보십시오.이 항목은 모든 작업 항목 유형에 자동으로 추가되는 표준 입력란입니다.

참조이 비슷한 스레드 : Tfs project creation results in error: TF400930: Field 'System.ExternalLinkCount' is defined multiple times