mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
grammar
parent
4f8dd600b3
commit
13a8bd7b90
1 changed files with 8 additions and 8 deletions
16
IFTTT.md
16
IFTTT.md
|
|
@ -8,28 +8,28 @@
|
||||||
|
|
||||||
|
|
||||||
## 2a) Add new rule : Triggers
|
## 2a) Add new rule : Triggers
|
||||||
Current there a three types of triggers: board, card and checklist
|
Currently, there are three types of triggers: board, card and checklist
|
||||||
|
|
||||||
| Board | Card | Checklist |
|
| Board | Card | Checklist |
|
||||||
| ------------- | ------------- | ------------- |
|
| ------------- | ------------- | ------------- |
|
||||||
| create card | added/removed label, attachement, person | checklist added/removed |
|
| create card | added/removed label, attachment, person | checklist added/removed |
|
||||||
| card moved to | | check item checked/unchecked |
|
| card moved to | | check item checked/unchecked |
|
||||||
| card moved from | | checklist completed |
|
| card moved from | | checklist completed |
|
||||||
|
|
||||||
|
|
||||||
## 2b) Add new rule : Actions
|
## 2b) Add new rule : Actions
|
||||||
For every trigger there a 4 kinds of actions: board, card, checklist and mail
|
For every trigger, there are 4 types of actions: board, card, checklist and mail
|
||||||
|
|
||||||
| Board | Card | Checklist | Mail |
|
| Board | Card | Checklist | Mail |
|
||||||
| ------------- | ------------- | ------------- | ------------- |
|
| ------------- | ------------- | ------------- | ------------- |
|
||||||
| move card to list | added/remove label, attachement, person | checklist added/remove | send email to |
|
| move card to list | add/remove label, attachment, person | checklist add/remove | send email to |
|
||||||
| move to top/bottom | set title/description | check/unchecked item | |
|
| move to top/bottom | set title/description | check/uncheck item | |
|
||||||
| archive/unarchive | | checklist completed | |
|
| archive/unarchive | | checklist complete | |
|
||||||
|
|
||||||
|
|
||||||
# Example : How the rule works
|
# Example : How the rule works
|
||||||
* Rule 1: When a card is added to the board -> Add label yellow
|
* Rule 1: When a card is added to the board -> Add label yellow
|
||||||
* Rule 2: When a card is moved to list List 2 -> Add checklist ToDo
|
* Rule 2: When a card is moved to List 2 -> Add checklist ToDo
|
||||||
* Rule 3: When a card is added to the List 1 -> Add label blue
|
* Rule 3: When a card is added to List 1 -> Add label blue
|
||||||
|
|
||||||
<img src="https://wekan.github.io/ifttt/how_to_work_with_rules.gif" alt="gif animation for rules" />
|
<img src="https://wekan.github.io/ifttt/how_to_work_with_rules.gif" alt="gif animation for rules" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue