Skip to content

Instantly share code, notes, and snippets.

@ShoopIndy
ShoopIndy / foo.rb
Last active December 17, 2015 12:09
updating description with ruby-jira
require 'jira'
options = {
:username => username,
:password => password,
:site => 'https://XXXXXX.atlassian.net/',
:context_path => '',
:auth_type => :basic
}