Pivotal Tracker Mode (pivotal-tracker
) provides an Emacs based user
interface for Pivotal Tracker. It's
designed to give the most relevant functionality to a developer or pair
working on stories.
Please note, it's not an attempt to replace all the features of the web interface.
You can install via MELPA
Before using the tracker you must store your Pivotal API key somewhere Emacs
can find it. Because your API key is sensitive information it must not be
stored in clear text. Using the [auth-source] library Emacs can retrieve your
API key from ~/.authinfo.gpg
. Retrieve your API key from the
Profile page and add a new entry in
~/.authinfo.gpg
machine pivotal-tracker.com password <your-api-key>
Once you've done that you'll be able to use pivotal-tracker
.
- M-x pivotal Start pivotal-tracker and view your current projects list
- p Move up one line
- n Move down one line
- RET or . Load the current iteration for the given project
- o Open the given project in the default OS browser
-
TAB Toggles expanded/collapsed view for a story
-
g Refresh the project view
-
^ Go back to your projects list
-
N Go to the next iteration
-
P Go to the previous iteration
-
s Story popup menu
- e Estimate
- c Comment
- s Set status
- o Set owner
- t Add task
- v Check task
-
o Link popup menu
- o Open story in external browser
- l Copy story URL to kill-ring / clipboard
- p Open current project in the default OS browser
Development is hosted on github
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation version 2, or any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
For a copy of the GNU General Public License, search the Internet, or write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA