Vaccano / TFS-Aggregator

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).
10 stars 3 forks source link

Multiply with link type self does not work #18

Open ASolovyev opened 9 years ago

ASolovyev commented 9 years ago

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

ASolovyev commented 9 years ago

Sorry. Operation is Multiple. Copied wrong version. So Sum does not work too :)

jessehouwing commented 9 years ago

Multiply only works if all field types are "Double".