Hi,
I adjusted the code using one of the examples in the discussions section.
https://tfsaggregator.codeplex.com/discussions/532379
I would like to be able to perform the aggregation process from one item to another based on a condition that targets the source, and not target item.
For example, if this is the structure and I want to sum work hrs for Development tasks only while ignoring Testing:
---Story (Parent)
--------Task (Child)
When "total work hrs" field is changed on Task --> check if field "Discipline does not equal "Test" (on task work item)
Currently the condition is only allowed on the parent.
What can be done?
Source: CodePlex Issue 1190
Hi,
I adjusted the code using one of the examples in the discussions section.
https://tfsaggregator.codeplex.com/discussions/532379
I would like to be able to perform the aggregation process from one item to another based on a condition that targets the source, and not target item.
For example, if this is the structure and I want to sum work hrs for Development tasks only while ignoring Testing:
---Story (Parent)
--------Task (Child)
When "total work hrs" field is changed on Task --> check if field "Discipline does not equal "Test" (on task work item)
Currently the condition is only allowed on the parent.
What can be done?
Source: CodePlex Issue 1190