...
- Add the Reach, Impact, Confidence and Ease numerical field onto the issue layout.
- In the calculated field, enter the following formula:
Code Block |
---|
const rice = reach * impact * confidence / efforts; round(rice, 1); |
Calculating the ratio of logged time to estimates
...