Espresso calculates one Jira numeric field from two other numeric fields when an issue completes a configured workflow transition.
For example:
Estimated Hours + Additional Hours -> Total Hours
Quantity x Unit Price -> Total
You need permission to edit Jira workflows. The relevant numeric fields must exist and be available for the project and issue types that use the workflow.
Espresso’s field picker includes schemas Jira reports as:
Espresso is a post function. The workflow transition completes first, and the calculated target value can appear shortly afterward.
Espresso does not:
Supported operators:
| Operator | Example |
|---|---|
| Add | A + B |
| Subtract | A - B |
| Multiply | A x B |
| Divide | A / B |
The target field cannot also be either source field. Division by zero is rejected. Espresso writes the computed finite number without intentionally rounding it; Jira controls the precision accepted or displayed by the target field.