Repository is archived
No commit activity in last 3 years
No release in over 3 years
Lita handler for adding stories to Pivotal Tracker.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0
>= 3.0.0.beta2

Runtime

>= 3.2
 Project Readme

lita-pivotal-tracker

Build Status Code Climate Coverage Status

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.

License

MIT