-
Notifications
You must be signed in to change notification settings - Fork 72
Home
Justin Gross edited this page Aug 20, 2015
·
10 revisions
This plug-in provides great functionality for those who are familiar with the Ruby language. With it you can customize workflow by defining your own rules for issue processing.
Examples:
-
Change issue properties if some conditions are met;
-
Create new issues programmatically if the conditions are met (for example you can create an issue in another project if the status of source issue is changed to specific value);
-
Raise custom errors which will be displayed to the user if he does something wrong;
-
Do anything that conforms to your needs and automate Redmine changes in reaction to user changes;
Read F.A.Q for further investigation.
Check also Example workflows.