Calculated numeric field example

Calculated numeric fields can calculate numeric values, such as the number of times an event occurred.

The following example shows the configuration for a calculated field that generates the number of times an issue was fixed.

The following formula returns the number of Fix events. If there are no Fix events, the result is 0.

Item.Events.count("Fix")