Question

J'ai ajouté un "réviseur de code" comme requis checkin billets.Mais c'est dans le champ de texte gratuit.Au lieu d'un texte libre, je veux un utilisateur déroulant.et SELECT devrait pouvoir sélectionner dans cette liste.

Était-ce utile?

La solution

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).

Autres conseils

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top