annikoff/redmine_plugin_computed_custom_field

Create formula Computed Fields in Redmine

Closed this issue · 3 comments

I need to create a formula where the value of a field with a string is valid, as in the example:

if [Complexidade]="BAIXA" then
[@hORAS];
elsif [@Complexidade]="MÉDIA" then
[@hORAS]+[@hORAS]*0,25;
else
[@hORAS]+[@hORAS]*0,5;
end

Can someone help me?

How to get custom field value you could find in readme

I hope you found a solution.