German Work Item Webcast FollowUp
Nachdem ich den Webcast nicht ganz zu Ende bringen konnte möchte ich wie versprochen hier die Schritte schildern, welche man selbst gehen kann um die Veränderung der Work Item Types nachzuvollziehen:
Vorbedingungen:
Allgemein:
Es werden in der Demo folgende Features demonstriert
Demo Walkthrough 1 (witimport.exe / witexport.exe):
witexport /f Bug.xml /t http://tfsrtm:8080 /p AdventureWorks /n Bug
<FIELD name="Test Path" refname="Microsoft.VSTS.Test.TestPath" type="String" reportable="detail">
<HELPTEXT>The full pathname of the test that found this bug</HELPTEXT>
</FIELD>
<FIELD name="Tested By" refname="Microsoft.VSTS.Test.TestedBy" type="String" reportable="detail">
<HELPTEXT>Person how tested.</HELPTEXT>
<VALIDUSER />
</FIELD>
…
<Group Label="Test">
<Column PercentWidth="100">
<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestName" Label="&Name:" LabelPosition="Left" />
<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestId" Label="&ID:" LabelPosition="Left" />
<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestPath" Label="&Path:" LabelPosition="Left" />
<Control Type="FieldControl" FieldName="Microsoft.VSTS.Test.TestedBy" Label="Tested by:" LabelPosition="Left" />
</Column>
</Group>
witimport /f Bug.xml /t http://tfsrtm:8080 /p AdventureWorks