Work Item Calculated Fields
Description:
The client had created three custom TFS work item fields: Estimated Time, Time Worked, and Remaining Time. They
wanted the user to be able to enter any two of the three fields, with the value of the third field being
calculated automatically.
Solution:
Using the TFS SDK and the ability of the TFS client, Team Explorer, to utilize custom controls, a custom
control was written that linked the three fields together and calculated the value of the third field as-needed.
|