mirror of
https://github.com/anteo/redmine_custom_workflows.git
synced 2026-01-26 08:14:20 +00:00
Updated README.rdoc
This commit is contained in:
parent
f25070e589
commit
b0b17c20da
15
README.rdoc
15
README.rdoc
@ -7,6 +7,15 @@ It allows to customize workflow by defining own rules for issues processing. It'
|
|||||||
* To raise custom errors which will display to user, if he does something wrong;
|
* To raise custom errors which will display to user, if he does something wrong;
|
||||||
* To do anything that conforms to your needs;
|
* To do anything that conforms to your needs;
|
||||||
|
|
||||||
|
Starting with version 0.1.2 you can specify observable object for workflow. Supported observable objects for now:
|
||||||
|
* Issue (before_save, after_save)
|
||||||
|
* Group (before_save, after_save)
|
||||||
|
* User (before_save, after_save)
|
||||||
|
* Group users (before_add, after_add, before_remove, after_remove)
|
||||||
|
* <Shared code>
|
||||||
|
|
||||||
|
<Shared code> - special type for workflows that running before all other workflows and can provide libraries of additional functions or classes.
|
||||||
|
|
||||||
== Thanks to
|
== Thanks to
|
||||||
|
|
||||||
Plugin development is supported by DOM Digital Online Media GmbH
|
Plugin development is supported by DOM Digital Online Media GmbH
|
||||||
@ -15,7 +24,11 @@ http://www.dom.de
|
|||||||
|
|
||||||
== Getting help
|
== Getting help
|
||||||
|
|
||||||
Check Wiki:
|
Create an issue if you want to propose a feature or report a bug:
|
||||||
|
|
||||||
|
https://github.com/anteo/redmine_custom_workflows/issues
|
||||||
|
|
||||||
|
Check Wiki for examples and programming hints:
|
||||||
|
|
||||||
https://github.com/anteo/redmine_custom_workflows/wiki
|
https://github.com/anteo/redmine_custom_workflows/wiki
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user