annikoff/redmine_plugin_computed_custom_field

Possible to reference custom fields from other object types?

Closed this issue · 6 comments

First, thanks for this plug-in.

Is it possible to create a computed custom field for an issue that displays the value of a particular project's standard or custom field within the issue? The use case is making it possible for users to quickly view project-level settings when creating and viewing issues, without having to jump over to the project's Overview tab to see the project's field values.

I've tried it but it only brings me 0 (zero)

project.try(:custom_field_value,153)

I have interpreted its use well?

Thanks a lot.

Diego

What value and what type have custom field 153 in your project?

Thanks for responding, it is a field of floating type, and the value it has is a relative number to each issue that is obtained after making a calculation.

Is this issue still actual?

Given the impossibility of solving this problem by plugin functionality, do it directly by DB.