Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.
/ jira_ruby_tools Public archive

Ruby based library (and cli) for interacting with a JIRA 4.x instance in ways the web interface won't let you.

License

Notifications You must be signed in to change notification settings

nickjones/jira_ruby_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JiraRubyTools

Build Status Dependency Status Coverage Status

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.

Installation

Install the gem normally:

gem install jira_ruby_tools

Use the new update_jira console command to make bulk changes.

Inclusion in Other Tools

Add this line to your application's Gemfile:

gem 'jira_ruby_tools'

And then execute:

$ bundle

Usage

See update_jira --help for command line instructions.

Contributing

  1. Fork it
  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

About

Ruby based library (and cli) for interacting with a JIRA 4.x instance in ways the web interface won't let you.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published