Thursday, May 14, 2015

Integrating with Jira Using C#

There are a few ways to integrate Jira using C#


  1. Jira SOAP API:  Jira provides a powerful SOAP API to use from C#.  This API allows you to get data out and put data in. This article provides information on using the SOAP API as it explains how to import issues from Jira into a database.
  2. Jira also has a REST API.  This article on code project explains how to install the Nuget Package and use the referenced dll.
If you need assistance using either of these API, I have created a QuickStart module that wraps the call and explains how to use each call.


Email me at chris.williams@readwatchcreate.com if you are interested in hearing more.

Monday, May 11, 2015

Welcome to JiraGuild

Welcome to the JiraGuild.

This blog is designed to contain various Tips and Tricks to help you work with Jira.  As Jira is a robust platform, sometimes it can be overwhelming knowing the best way to do something. Hopefully this will help you with some of projects you are working on.

If you know any Tips, Tricks or resources for Jira let us know and we can add them to this blog. Please email them to chris.williams@readwatchcreate.com