Added by Sergey Moroz over 10 years ago
Hello Everyone,
Could you please help me understand how to implement (exact methods) using custom workflow plugin the following funtionality:
- hide some custom field values depending on what Status value is set or depending on what value is set in another custom field.
Example:
Custom field named "Resolution" with list of values:
- Value 1
- Value 2
- Value 3
- Value 4
- Value 5
So when "Status" - Rejected is selected then "Resolution" field drop down should show only the following values - Value 4 and - Value 5
If "Status" - Resolved is selected then "Resolution" field drop down should show only the following values - Value 1 - Value 2 - Value 3
The idea is to control availability of custom field VALUES based on some Status or value of another custom field.
Your help is much appreciated.
Thanks
It was discussed here http://www.redmine.org/boards/2/topics/35822 and here http://www.redmine.org/issues/5686. It appears no resolution has been implemented yet.
This functionality is required to implement indeed custom workflows.