"computedFieldStatistics"
Configures the computational statistics information to view data in a tabular format. For details, see Codebeamer Computational Statistics.
Example
"computedFieldStatistics": {
"enabled": true,
"cleanupIntervalInDays": 3
},
Property Name
Description
Default Value
Minimum Limit Value
Maximum Limit Value
"enabled"
Set this property to true to capture the computational statistics information in the system logs using the graphical representation.
false
"cleanupIntervalInDays"
The system server automatically saves the computational statistics for 4 days by default. You can modify this duration in the system configuration, anywhere between 1 and 10 days. Every midnight (server time zone), a cleanup task runs to delete logs based on the configured duration. For example, if you set the duration to 5 days, the system retains the statistics of the last 5 days and delete the older ones.
* 
The computation logs cannot be recovered once they are deleted.
4
1
10
Related Links
Was this helpful?