Skip to content

ConceptSafetySystems/pt-summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Pivotal Tracker - Projects summary report

Written by Kelvin Leung for Locatrix Communications

This python script is used to fetch all your current tasks of each project that you are involved in

  • Only current tasks will be fetched.
  • All tasks except delivered tasks and accepted tasks will be fetched.

Step of running python script for getting the summary report via email

  1. unzip and install the Pivotal API client library file - busyflow.pivotal-0.3.4.tar.gz
  2. tar zxvf busyflow.pivotal-0.3.4.tar.gz
  3. cd busyflow.pivotal-0.3.4
  4. python setup.py install
  5. unzip and install the Comprehensive HTTP client library - httplib2-0.8.tar.gz
  6. apt-get install httplib2 (If it's available - otherwise install it manually as below)
  7. tar zxvf httplib2-0.8.tar.gz
  8. cd httplib2-0.8
  9. python setup.py install
  10. open config.py and change the configuration settings
  11. You can find your API token here: https://www.pivotaltracker.com/profile
  12. run the python script - pt_summary.py
  13. setup a nightly cron job if you like
  14. crontab -e
  15. 0 0 * * * python /home/username/pt_summary/pt_summary.py

About

Creates an e-mail summary of your current Pivotal Tracker tasks across all projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages