Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit 3f28885

Browse files
author
Tom Bell
committed
Merge pull request #931 from freeformz/patch-1
Update trello.coffee
2 parents 6a906d3 + 6e403df commit 3f28885

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scripts/trello.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# Notes:
1616
# To get your key, go to: https://trello.com/1/appKey/generate
1717
# To get your token, go to: https://trello.com/1/authorize?key=<<your key>>&name=Hubot+Trello&expiration=never&response_type=token&scope=read,write
18-
# To get your list ID, go to: https://trello.com/1/members/my/cards?key=<<your key>>&token=<<your token>> and find a card on the list you'd like to use. The ID is the idList attribute
18+
# Figure out what board you want to use, grab it's id from the url (https://trello.com/board/<<board name>>/<<board id>>)
19+
# To get your list ID, go to: https://trello.com/1/boards/<<board id>>/lists?key=<<your key>>&token=<<your token>> "id" elements are the list ids.
1920
#
2021
# Author:
2122
# carmstrong

0 commit comments

Comments
 (0)