summaryrefslogtreecommitdiff
path: root/docs/automatic-actions.markdown
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-09-18 19:48:30 +0200
committerFrédéric Guillot <fred@kanboard.net>2014-09-18 19:48:30 +0200
commitec816626eb870f372241280e2016d68c30d4da20 (patch)
treeeea0f2092bf4e19693a004f282d9b4b8357bf338 /docs/automatic-actions.markdown
parent7fac9783c6593f89266e6d152faeb2aef09b6dfc (diff)
Add screenshots for automatic actions documentation
Diffstat (limited to 'docs/automatic-actions.markdown')
-rw-r--r--docs/automatic-actions.markdown8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/automatic-actions.markdown b/docs/automatic-actions.markdown
index c1dc3e10..631919ea 100644
--- a/docs/automatic-actions.markdown
+++ b/docs/automatic-actions.markdown
@@ -7,14 +7,20 @@ Each automatic action is defined like that:
- An event to listen
- An action linked to this event
-- Eventually there is some parameters to define according to the chosen action
+- Eventually there is some parameters to define
Each project can have a different set of automatic actions, the configuration panel is located on the project listing page, just click on the link "Automatic actions".
+![Automatic action creation (step 1)](http://kanboard.net/screenshots/documentation/project-automatic-action-step1.png)
+
To add a new automatic action, choose the event with an action and click on the button "Next Step", then specify action parameters and finish the process by clicking on the button "Save this action".
+![Automatic action creation (step 2)](http://kanboard.net/screenshots/documentation/project-automatic-action-step2.png)
+
Each time an event occurs, the corresponding actions are executed.
+![Automatic actions](http://kanboard.net/screenshots/documentation/project-automatic-actions.png)
+
List of available events
------------------------