Project

General

Profile

How to output value of custom field

Added by Sergey H over 10 years ago

Hi guys,

I just added custom field type "date" to Project overview page (Administration > Custom fields > Projects), and it works fine, redmine render value of custom field as normal, but I need to work with this value and output it in another template, please let me know, how can I do that? As for now, I can easy output value of default field "Description" of Project with <%= project.description %>, but I can't figure out how to make the same but output a value of my custom field instead of default one?
Please assist!

Thank you!