atom-tracker

Integrate Pivotal Tracker with Atom.

textbook

320

2

0.3.3

MIT

GitHub

This package consumes the following services:

Atom Tracker

Build Status

Integrates Pivotal Tracker neatly into Atom. For more information on the project's current status, see its own Tracker and the CI builds.

Installation and configuration

Once the package is installed, go to its settings page and enter your Tracker API token to allow it to link to your projects. If you don't know your token, see the guidance on where to find it in the settings.

You can then use Packages -> Atom Tracker -> Link Project to create a .tracker.cson file in the current project root, which tells the package which Tracker project to update (note: adding this to your .gitignore is recommended).

Start and finish stories

You can start stories in the backlog and finish started stories directly from the editor:

Finishing a story

Generate stories from comments

You can create chores directly from TODO comments in your code and bugs from FIXME comments - the story ID is added to the comment, and the filename and line number are included in the story's description:

Creating a story