Content
View differences
Updated by Robin Wagner about 5 years ago
**As** an OpenProject user
**I want** to calculate custom field values based on other attribute fields
**so** that I can automatically calculate values.
Acceptance criteria:
* Add option to a custom field (e.g. separate custom field type) to infer value from other attributes.
* Support basic operations:
* Addition, operation (e.g. 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, ... multiplication)
**I want** to calculate custom field values based on other attribute fields
**so** that I can automatically calculate values.
Acceptance criteria:
* Add option to a custom field (e.g. separate custom field type) to infer value from other attributes.
* Support basic operations:
* Addition,
* 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, ...