This server side plugin for TFS that enables dynamic calculation of field values in TFS. (For example: Dev work + Test Work = Total Work). It supports same work item and parent-child links. It also has support for aggregating string values (ie Children are Done so the parent is Done).
Hi. I am usin latest release from here. I need to multiply two fields in a request workitem so i put it into aggregationitems.xml:
< AggregatorItem name="score_mult" operationType="Numeric" operation="Sum" linkType="Self" workItemType="Request"> < TargetItem name="Score"/> < SourceItem name="DEV Score"/> < SourceItem name="Customer Score"/> < /AggregatorItem>
and it gives nothing. windows application log shows nothing too