darkjonter / jira-chrome-extension

Automatically exported from code.google.com/p/jira-chrome-extension
0 stars 0 forks source link

SOAP API deprecated in Jira 6 #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As of Jira 6, the SOAP API is deprecated: 
https://developer.atlassian.com/display/JIRADEV/SOAP+and+XML-RPC+API+Deprecated+
in+JIRA+6.0 . Seems to be gone completely in 6.2 (OnDemand version). When I 
look in the console log of the background page, I see error code 404 for the 
retrieval of the wsdl. 

Original issue reported on code.google.com by d.de...@gmail.com on 26 Nov 2013 at 11:01

GoogleCodeExporter commented 9 years ago
here's new version which I'm currently working on:

https://chrome.google.com/webstore/detail/jira-assist/iccfdkmiglokncbdheedflohig
mijpdj

it uses rest api instead of soap

Original comment by andry.virvich on 6 Jun 2014 at 6:25