Overview
This story requires both story #10670 and story #10631 to be implemented first.
Update burn-up field to introduce an alternative computation:
- Sum of "initial_effort" of "Done" backlog items
Behaviour
When the new field is added, tracker admin must choose between either
- Target field
- or
- Sum of initial_effort
Once the computation mode is selected, it's not possible to change it afteward.
The configuration of Burn-Up field is the same than story #10670 except there is no "target field" to select as the computation is always done based on:
- The elements linked to the current artifact
- Within this list, only artifacts that are declared "Done" (story #10631) are taken into account
- For those items, we sum the value of the field declared in "initial_effort" semantic
Technical part
This is an extension of BurnUp field, the only thing that change is the computation algorithm.