How to get in the issue value of cutomfield from user customfield ?
Added by kamil kohoutek almost 7 years ago
Hello Community. I´m new in redmine and i do something like this:
issue[custom_field_values][1] = user[custom_field_values][2]
this represent ID of user that i give him and when he create issue i need get that value to issue[custom_field_values][1].
is here some easy way to do that thanks for your help.
Environment: Redmine version 2.5.2.devel Ruby version 2.1.5-p273 (2014-11-13) [x86_64-linux-gnu] Rails version 4.1.8 Environment production Database adapter Mysql2 SCM: Subversion 1.8.10 Git 2.1.4 Filesystem Redmine plugins: redmine_agile 1.4.3
Replies (1)
RE: How to get in the issue value of cutomfield from user customfield ? - Added by Dimitar (RedmineUP) about 2 years ago
Dear Kamil,
This is Dimitar from the RedmineUP Support Team.
In relation to your request, could you please contact our support team at support@redmineup.com? And our support engineers will help you investigate the situation.
We look forward to hearing from you.
Best Regards,
Dimitar from the RedmineUP Support Team
kamil kohoutek wrote:
Hello Community. I´m new in redmine and i do something like this:
issue[custom_field_values][1] = user[custom_field_values][2]
this represent ID of user that i give him and when he create issue i need get that value to issue[custom_field_values][1].
is here some easy way to do that thanks for your help.[...]