Added by Shashank K over 10 years ago
I'm new to redmine. I want to get the value from one custom field and set it to other. So how can I get the value of custom field in custom workflow.
I could get the customfield id using 'IssueCustomField.find_by_name("custom field name").id'
please help me