-
Notifications
You must be signed in to change notification settings - Fork 74
Home
Anton Argirov edited this page Jun 22, 2015
·
10 revisions
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;
Read F.A.Q for further investigation.