Skip to content
devtyr edited this page Sep 28, 2012 · 1 revision

Application key and token

To get it work you have to log in to Trello and open Generate API Keys. You'll receive an key to use in the next step.

Second, call https://trello.com/1/authorize?key=YOUR_KEY&name=trello-releasenotes&expiration=never&response_type=token to grant access for this application.

For further information visit: Getting a Token from a User

Store the key and the given token in settings.json.

Configure board

As you might run trello-releasenotes several times, you have to define the identifier of the board that is the base of your export. To get that id open this board in your browser. You'll see an URL like

https://trello.com/board/boardname/identifier

Copy the identifier and paste it to the boardId setting within settings.json. That's it.

Clone this wiki locally