Trello
Displays all Trello cards on specified lists.
Configuration
Single Trello List
trello:
accessToken: "d23*******************************************3r2"
apiKey: "p0d13*********************************************c3"
board: Main
enabled: true
list: "Todo"
position:
height: 1
left: 2
top: 0
width: 1
refreshInterval: 1h
username: myname
Multiple Trello Lists
If you want to monitor multiple Trello lists, use the following
configuration (note the difference in list
):
trello:
accessToken: "d23*******************************************3r2"
apiKey: "p0d13*********************************************c3"
board: Main
enabled: true
list: ["Todo", "Done"]
position:
height: 1
left: 2
top: 0
width: 1
refreshInterval: 1h
username: myname
Screenshots
Attributes
Name | Value |
---|---|
accessToken
Your Trello access token. Leave empty to use the WTF_TRELLO_ACCESS_TOKEN environment variable.
|
|
apiKey
Your Trello API key. Leave this blank to use the WTF_TRELLO_API_KEY environment variable.
|
|
board
The name of the Trello board. |
|
list
The Trello lists to fetch cards from. |
|
username
Your Trello username. {{ undesc }} |
Source Code
https://github.com/wtfutil/wtf/tree/master/modules/todo_plus