https://github.com/progrium/tracker-widget
Pivotal Tracker widget for listing stories
https://github.com/progrium/tracker-widget
Last synced: 11 months ago
JSON representation
Pivotal Tracker widget for listing stories
- Host: GitHub
- URL: https://github.com/progrium/tracker-widget
- Owner: progrium
- Created: 2011-08-30T06:39:33.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2012-09-12T17:34:37.000Z (almost 14 years ago)
- Last Synced: 2025-04-11T16:12:29.675Z (about 1 year ago)
- Language: Python
- Homepage: https://tracker-widget.appspot.com
- Size: 107 KB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Pivotal Tracker Widget
======================
Generates a page that lists stories from Pivotal Tracker based on iteration (done, current, backlog)
or search query (label:"label name", state:unstarted, etc) intended to be embedded via iframe.
Code at http://github.com/progrum/tracker-widget
Hosted at https://tracker-widget.appspot.com
Any accepted pull requests will get deployed.
Pivotal Tracker Setup
---------------------
1) Be sure to enable API access in your project settings
2) You should create a user that has only viewing privileges
3) Note your project ID
Widget URLs
-----------
https://tracker-widget.appspot.com/widget/iteration
Required query parameters:
username
password
project_id
iteration
values: "done", "current", "backlog"
Optional query parameter:
css URL of CSS to use instead of Twitter Bootstrap
https://tracker-widget.appspot.com/widget/stories
Required query parameters:
username
password
project_id
filter
see: https://www.pivotaltracker.com/help#howcanasearchberefined
Optional query parameter:
css URL of CSS to use instead of Twitter Bootstrap