mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Triggers and actions as table
parent
c83ef2739b
commit
8c46084a03
1 changed files with 16 additions and 24 deletions
40
IFTTT.md
40
IFTTT.md
|
|
@ -8,32 +8,24 @@
|
|||
|
||||
|
||||
## 2a) Add new rule : Triggers
|
||||
Current there a three types of triggers
|
||||
## Tigger: Board
|
||||
* create card
|
||||
* card moved to
|
||||
* card moved from
|
||||
## Tigger: Card
|
||||
* added/removed label, attachement, person
|
||||
## Tigger: Checklist
|
||||
* checklist added/removed
|
||||
* check item checked/unchecked
|
||||
* checklist completed
|
||||
Current there a three types of triggers, board, card and checklist
|
||||
|
||||
| Board | Card | Checklist |
|
||||
| ------------- | ------------- | ------------- |
|
||||
| create card | added/removed label, attachement, person | checklist added/removed |
|
||||
| card moved to | | check item checked/unchecked |
|
||||
| card moved from | | checklist completed |
|
||||
|
||||
|
||||
## 2b) Add new rule : Actions
|
||||
For every Triggers there a 4 groups of actions
|
||||
## Action: Board
|
||||
* move card to list
|
||||
* move to top/bottom
|
||||
* archive/unarchive
|
||||
## Action: Card
|
||||
* add/remove label, attachement, person
|
||||
* set title/description
|
||||
## Action: Checklists
|
||||
* checklist add/remove
|
||||
* check/uncheck item
|
||||
## Action: Mail
|
||||
* send email to
|
||||
For every Triggers there a 4 groups of actions board, card, checklist and mail
|
||||
|
||||
| Board | Card | Checklist | Mail |
|
||||
| ------------- | ------------- | ------------- | ------------- |
|
||||
| move card to list | added/remove label, attachement, person | checklist added/remove | send email to |
|
||||
| move to top/bottom | set title/description | check/unchecked item | |
|
||||
| archive/unarchive | | checklist completed | |
|
||||
|
||||
|
||||
# Example : How the rule works
|
||||
* Rule 1: When a card is added to the board -> Add label yellow
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue