...
Now, Requirement Yogi lets you perform such calculations directly from Confluence. In particular, you can combine requirement fields, properties, external properties and other data related to your requirements into a formula to extract the data that you need. What’s more, you can perform aggregations based on data from linked requirements (parent or child). This is particularly useful if, for example, you want to extract the sum of man-days needed to meet a requirement based on an external property of its child requirements.
Use cases
Sum of man days
...
Estimate the total cost of a parent requirement
SUM(ext@Cost, from@Refines)
Detect when a requirement is over budget
SUM(ext@Cost, from@Uses) > 1000
Detect when parts composing an assembly are too heavy
SUM(@Weight, from@Refines->from@Uses) > @Weight
Traceability matrix
To perform calculations, simply open a traceability matrix and add a calculation column.
...
You'll be prompted to enter the a formula you're interested in.
[Screenshot]
Please check out our Calculation Syntax for more details.
...