potherca-abandoned / Dark-Helmet

⚠️ This project in no longer maintained. ⚠️ -- Tag based Time tracker, expandable through plugin architecture.
GNU General Public License v3.0
2 stars 0 forks source link

Update JIRA connector #61

Closed arjank closed 7 years ago

arjank commented 10 years ago

The JIRA connector should use the REST API, since the RPC Services are deprecated and will not be updated.

Potherca commented 10 years ago

The sole reason for using that RPC crap was that the REST API didn't have support for all of the calls needed for full functionality.

I read in the announcement that the REST API has more functionality than it did, so I will be glad to switch.

That should clear things up in the code as well, as currently the requests are split between the SOAP and XML-RPC as there where calls in either that the other did not support :-(

Documentation for the REST API on the Atlassian site.