Project

General

Profile

How to get the value enetered in custom field in custom workflow

Added by Shashank K almost 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