Conditional custom fields
Added by Stefan Mueller about 2 years ago
Dear all,
is it possible to change a custom field value when a specific ticket status is set?
E.g. Reset the value to default value if ticket status is changed back to beginning of workflow, e.g. "Approved" => "In Progress".
Thank you very much.
Replies (1)
RE: Conditional custom fields - Added by Martina A. almost 2 years ago
Hi Stefan,
probably you can modify this code:
https://github.com/onozaty/redmine-view-customize-scripts/blob/master/examples/0042.clear_due_date_when_status_changed_from_closed/example.md
First you need to install the following plugin: https://github.com/onozaty/redmine-view-customize
(We're using Redmine 3.4.2 and Plugin works really create. We're also using some codes and modifications to our use cases are working quite well.)
Regards,
Martina