pivotal-tracker

https://github.com/jxa/pivotal-tracker.git

git clone 'git://github.com/jxa/pivotal-tracker.git'
62

pivotal-tracker.el

Pivotal Tracker Mode provides a mode and functions for interacting with Pivotal Tracker through its API. It is designed to give most of the functionality that is important to a developer. It is not an attempt to replace every feature of the web interface.

Installation

You can install via MELPA or by cloning the repo.

Initial Setup

Before using the tracker you must customize your pivotal API key. You can obtain the key from the Profile link in the Pivotal Tracker web application. Once you have the key, customize it.

Do it via customize mechanism:

M-x customize-group RET pivotal RET

or set it manually:

(setq pivotal-api-token "your-secret-token")

Usage

Projects View

Current Project View

Issues & Feature Requests

Development is hosted on github

Licensing

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