Assortment of helper methods to manage tickets in bulk on JIRA 4.4 where either an API or the web interface to make these operations doesn't exist.
Install the gem normally:
gem install jira_ruby_tools
Use the new update_jira console command to make bulk changes.
Add this line to your application's Gemfile:
gem 'jira_ruby_tools'
And then execute:
$ bundle
See update_jira --help for command line instructions.
- Fork it
- 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


