Continue reading »
JIRA 5 RubyGem
- By Rich Manalang, Developer Relations
- Developer, JIRA
- On February 6, 2012
One of the key features of the upcoming JIRA 5 release is the revamped REST API. This API gives you full access to creating, reading, updating, and deleting issues as well as other metadata related to issues.
REST APIs provide for an easy and lightweight way to integrate with other apps using basic HTTP and JSON libraries. However, some developers might find it more useful to work on a client library that has a tighter interface to these REST APIs. Our friends at Trineo decided to build a RubyGem

