You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: src/scripts/trello.coffee
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,8 @@
15
15
# Notes:
16
16
# To get your key, go to: https://trello.com/1/appKey/generate
17
17
# 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.
0 commit comments