Project

jira4r

0.01
No commit activity in last 3 years
No release in over 3 years
Ruby library for controlling JIRA
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.0
 Project Readme

Ruby library for controlling JIRA

Install

gem install jira4r

Usage

require 'jira4r/jira4r'

jira = Jira::JiraTool.new(2, "http://jira.atlassian.com") # api-version, base-url
jira.login("soaptester", "soaptester")
puts jira.getProject("DEMO").inspect

#<RemoteProject:0x1425bc0 @projectUrl="http://jira.atlassian.com", @issueSecurityScheme=nil, @id="10820",...>

see examples folder for more details

TODO

  • Add more tests (run examples as test cases ?)
  • test + fix the various rake tasks in this project

Authors

Michael Grosser
michael@grosser.it
License: Apache v2
Build Status