Work Item state change rules in TFS - Any way to use “AND”s or “OR”s?
I have this state in a work item that can only be set if one of four other fields (dates) are filled in . It doesn't matter which one of the four, if at least one is filled then the state can be set . Example: This scenario lets you change the work item state: DateA 01/05/2012 DateB ' DateC ' DateD ' This one too: DateA ' DateB 01/05/2012 DateC 01/05/2012 DateD ' This one doesnt: DateA ' DateB ' DateC ' DateD ' I thought of using WHEN , but it won't work, as I can't write "WHEN this AND WHEN that " Any suggestions? EDIT: Plus, I can't use the rule "PROHIBITEDVALUES" for System.State, so any