Actions
Improvement #2226
closedxmera Omnia - Collection #2147: Allow further calculations for issues
Recalculate all computable issue custom field after changing positions of involved custom field enumerations
Start date:
12/09/2024
Due date:
12/09/2024
% Done:
0%
Estimated time:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Description
When a key/value custom field is involved in a calculation the respective issue needs to be saved in order to recalculate the computed custom field.
Issue custom field enumeration provide their position (integer) values for calculation. Therefore, changing the position of a custom field enumeration will change the values of a given formula, and hence, the result in an issue.
Since the recalculation could take much time, the process should run as background job.
Actions