nanego / redmine_multiprojects_issue

A Redmine plugin which allows you to specify several projects per issue
http://www.redmine.org/plugins/redmine_multiprojects_issue
MIT License
57 stars 29 forks source link

Change Values of Related Projects by using Custom Workflows Plugin #58

Open AhoudAlten opened 2 years ago

AhoudAlten commented 2 years ago

Hi there,

I'm wondering if there is a way of auto checking the check boxes in (Related projects (Edit project list)) based on a if statement of another custom field in the issue?

I've tried to do that by using the Custom Workflow plugin. But I couldn't get it to work. The following was my attempt by using the Custom Workflow Plugin:

Before Saving: self.project_ids => ["5"]

This throws an error. Is there a way I can use the Custom Workflow plugin to change the values in the Related Project List?