cpliakas / jira-client

A PHP client for integrating with the JIRA issue & bug tracker software.
GNU Lesser General Public License v3.0
71 stars 17 forks source link

SOAP and XM-RPC deprecated #25

Open danblitzhou opened 8 years ago

danblitzhou commented 8 years ago

SOAP and XML-RPC has be removed from JIRA Cloud on July 6 2015 and in version 7.0 for JIRA Server. see here Will this library still work?

cpliakas commented 8 years ago

Thanks for raising this.

My guess is probably not for future versions of JIRA, but that is just a guess. To be honest I haven't used this library in a few years. IMO it is easier to use Guzzle with the REST API like https://github.com/webbj74/jira-php does. Some people find this library useful which is why I keep it around and merge their pull requests, but personally I wouldn't use it if I was starting a new integration to JIRA in PHP.

Just my $0.02, hope it is helpful. Chris

ryanaslett commented 7 years ago

'personally I wouldn't use it if I was starting a new integration to JIRA in PHP.' Perhaps that could go in the README.md

cpliakas commented 7 years ago

@ryanaslett I wouldn't either! Since the message is for people such as yourself, I'd love to get a PR so that it is worded in a way that resonates with the intended audience.