anteo / redmine_custom_workflows

Allows to create custom workflows for Redmine
http://www.redmine.org/plugins/custom-workflows
GNU General Public License v2.0
178 stars 72 forks source link

pulk value from contacts redmineup plugin #323

Open ashrafalzyoud opened 9 months ago

ashrafalzyoud commented 9 months ago

thx for your plugin and always support im using redmine plugins https://www.redmineup.com/pages/plugins/crm there tow types in fields ( Standard fields , custom field ) up1 up2

i want know how i can get the value of custom field if ( Standard fields , custom field ) depend in (ID) COMPANY https://www.redmineup.com/pages/help/crm/listing-contacts-api

@issue.custom_field_values = { '1' => contacts.joins(:custom_values).where("contact_id = '150' AND custom_field_id = '10' }