문제

체크인 메모 필드로 "코드 검토 자"를 추가했습니다.그러나 그것은 무료 텍스트 필드에 있습니다.자유 텍스트 대신 사용자가 드롭 다운을 원합니다.선택해야합니다. 해당 목록에서 선택할 수 있어야합니다.

도움이 되었습니까?

해결책

TFS 2010 supports only text checkin notes. In TFS 2012 there will be native support for code reviews, however I don't believe it's done through checkin notes. You can try useing checkin policies to validate checkin note value (not very user friendly though).

다른 팁

If you're only reviewing whole workitems (just before they go from Active to Resolved for example), not just checkins, then you can add a new work item field and that will show a user dropdown. You can make this field required to transition from Active to Resolved (mind the reason here!), and thus have a proper validation. Your user will have to update the workitem and you will have to associate the workitem to the checkin for this trick to work though.

And as MichalMa said, this will all change in Dev11.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top