Skip to content
Anton Argirov edited this page May 8, 2015 · 10 revisions

Custom Workflows plug-in

This plug-in provides a great functionality for those who is familiar with the Ruby language. It allows to customize workflow by defining own rules for issues processing. It's possible:

  • To change issue properties if some conditions are met;

  • To 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);

  • To raise custom errors which will display to user, if he does something wrong;

  • To do anything that conforms to your needs;Hello, this is home page of redmine_custom_workflows plugins;

Read F.A.Q

Clone this wiki locally