I\'m working on a JIRA implementation and need to make use of the API.
Does anyone know of an existing .NET wrapper for the JIRA SOAP API?
JIRA SOAP API has been deprecated. So use REST API instead.
Here is JIRA REST API .NET wrapper: Atlassian.Net SDK