Are you a console man? Than don't spend your time by searching and clicking Jira just to find which ticket number you resolved!
gem install jirabas
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
- Add pre-commit-message feature which allows to populate your git pre commit message template with tickets information.
- Fork it ( http://github.com//jirabas/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request