A Google Apps Script for creating a report spreadsheet based on your Trello board. Read our blog post, if you are interested in some background information.
-
Clone this repository
-
On Google Drive, create a new project
-
Use the GAS-pump gem to upload the files to the new project that you have just created
-
Set up the script properties on File > Project properties > Script properties for:
- iterationName -- this can be any name you want
- trelloAuthToken
- trelloAppKey
- trelloBoardId
- for the last three, Pimp Your Trello Cards is a handy spreadsheet for getting the keys.
-
Optional: Change the reportName on Main.gs
-
Press the start button on Main.gs
-
Optional: Configure an automatic (time based) trigger by using the 'Resources - Current Script’s triggers' dialog.
Voila! The report should be on your Google Drive
Calculates the story points for each label in each list
Calculates the daily story points based for: Left in Iteration, Work in Progress, Completed Work
Lists the hash tags used in cards and the equivalent story points for each hash tag
A bar chart that compares the total story points and completed work for each label. This is based on the Iteration Details sheet.
A pie chart that represents the percentage of each label for the total work to be done in this iteration. This is based on the Iteration Details sheet.
A pie chart that represents the percentage of each label for the completed work in this iteration. This is based on the Iteration Details sheet.
A line chart that graphs the story points for: Left in Iteration, Work in Progress, Completed Work. This is based on the Daily Status sheet.
A bar chart that compares the hashtags based on their story points. This is based on the Hash Tags Data sheet.