IcentrisJira

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'IcentrisJira'

And then execute:

$ bundle

Or install it yourself as:

$ gem install IcentrisJira

Usage

TODO: Write usage instructions here There is only 1 method in this gem - getJSON

Usage: IcentrisJira::getJSON jira_rest_api_url, username, password

jira_rest_api_url will be different for different purposes.

For example - To Authenticate, jira_rest_api_url should be: 
     'https://jira2.icentris.com/jira/rest/api/2/user?username=' + username

So the call will look like this:
jira_response = IcentrisJira::getJSON('https://jira2.icentris.com/jira/rest/api/2/user?username=' + username, username, password)

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