This tool allows to generate CSV report for all completed stories on your Trello board.
You can use the CSV report with https://getprojectr.com to prepare estimation for your project.
$ bundle install
$ cp .env.example .env
- Set credentails in
.env
. You can generate your Trello API key and token here https://trello.com/app-key - Set Trello board configuration in
.env
.
Run bin/projectr_trello_reports
.