lita-pivotal-tracker
lita-pivotal-tracker is a handler plugin for Lita that manages Pivotal Tracker stories.
Installation
Add lita-pivotal-tracker to your Lita instance's Gemfile:
gem "lita-pivotal-tracker"
Configuration
config.handlers.pivotal_tracker.token = YOUR_PIVOTAL_TRACKER_TOKEN
Usage
(pt|pivotaltracker) add [feature (default) | bug | chore] <name> to <project>
Examples
lita pt add Exhaust ports are ray shielded to Death Star
will add a Feature named Exhaust ports are ray shielded to the Death Star project.
lita pt add bug Explosive chain reaction in exhaust ports to Death Star
will add a Bug named Explosive chain reaction in exhaust ports to the Death Star project.