Chrome Extension for Pivotal Tracker workflow optimization
git clone [email protected]:mattcoker/intern.git
to the directory of your choice- Go to the Chrome Extensions page at
chrome://extensions/
- Enable the `Developer Mode checkbox
- Click
Load Unpacked Extension
- Select the appropriate folder
You may need to refresh any currently open Pivotal Tracker windows. In the future, this extension will be available through the Chrome App Store.
A new button should appear on the lefthand side of your story options, next to the "Clone Story" button. Different templates will be applied based on the currently selected story type.
Below is a list of the expected behavior in several scenarios:
- Description is empty
- Template will be applied
- Description has content
- After confirmation, template will be applied
- Existing content will be pushed to the bottom of the description
- Description content matches template
- Alert will say that template was not applied because the content matched the template
- Template selections popup
- Clicking extension icon will allow default template switching
- Custom template creation
- Automatic tagging based on template completion
- To make modifications, fork me and create pull requests
- Be sure to be running only 1 copy of this extension while developing
- The meat of everything is in ./src/inject/inject.js
- Click Reload on the extension in Chrome > Extensions and reload the Pivotal Tracker project page to see your changes
This extension heavily borrows from the StoryScrip Chrome Extension, which at the time of this posting does not allow for modification of the story description template.