Content
View differences
Updated by Niels Lindenthal 1 day ago
**As** an OpenProject user
**I want** to calculate custom field values based on other attribute fields
**so** that I can automatically calculate values.
Examples: Acceptance criteria:
* RICE score
Add option to a custom field (e.g. separate custom field type) to infer value from other attributes.
* Risk score Support basic operations:
* Addition, subtraction, multiplication, division
* Allow use of parentheses (or similar) to adjust the order of operation for addition/subtraction vs. multiplication/division
Out of scope:
* Exponentiation, median, variance, percentile, ...
**I want** to calculate custom field values based on other attribute fields
**so** that I can automatically calculate values.
Examples:
* RICE score
* Addition, subtraction, multiplication, division
* Allow use of parentheses (or similar) to adjust the order of operation for addition/subtraction vs. multiplication/division
Out of scope:
* Exponentiation, median, variance, percentile, ...