Project

jirabas

0.0
No commit activity in last 3 years
No release in over 3 years
This helps you know what you're working on right now
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

= 1.6.21
= 0.1.8
= 1.9.2
= 1.3.5
= 0.3.37
 Project Readme

jirabas

Are you a console man? Than don't spend your time by searching and clicking Jira just to find which ticket number you resolved!

Installation

gem install jirabas

Usage

jirabas

Will show actual information for you:

  • Tickets in progress;
  • Resolved tickets for past 2 days;
  • Your tickets TODO.

When you run it first time, it will ask your jira credentials and saves it in ~/.jirabas

Our TODO plans:

  • Add pre-commit-message feature which allows to populate your git pre commit message template with tickets information.

Contributing

  1. Fork it ( http://github.com//jirabas/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request