You can use WHEN rules in workitemtype xml, for example,
<FIELD refname="A"> <WHEN field="B" value="1"> <ALLOWEDVALUES ...
Download VS SDK from http://msdn.microsoft.com/vstudio/extend and check out the documents & samples under "VisualStudioTeamSystemIntegration\Work Item Tracking" on "Authoring Work Item Types.doc" that explains the rules in detail.
MSDN topic http://msdn2.microsoft.com/en-us/library/ms243849.aspx also has info on this.
|