Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Add the Reach, Impact, Confidence and Ease numerical field onto the issue layout.
  2. 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

...