org-jira icon indicating copy to clipboard operation
org-jira copied to clipboard

Looks like xml-rpc will be deprecated in the future

Open webframp opened this issue 12 years ago • 6 comments

According to this page: https://developer.atlassian.com/display/JIRADEV/JIRA+Remote+API+Reference

REST will be the recommended way forward.

Any thoughts on making this use the REST api?

webframp avatar Feb 20 '13 06:02 webframp

Thanks for the info. I'll put it on my someday list.

I used soap-client in org-jira because it was off-the-shelf -- it already had a jara2.el example when I started.

I hope I can find some REST elisp library:-) The next action is to google it I think.

baohaojun avatar Feb 22 '13 06:02 baohaojun

I found this as a starting point: https://github.com/mattdeboard/jira-rest

And I'll keep hacking on it too — Sent from Mailbox for iPhone

On Thu, Feb 21, 2013 at 10:30 PM, Bao Haojun [email protected] wrote:

Thanks for the info. I'll put it on my someday list. I used soap-client in org-jira because it was off-the-shelf -- it already had a jara2.el example when I started.

I hope I can find some REST elisp library:-) The next action is to google it I think.

Reply to this email directly or view it on GitHub: https://github.com/baohaojun/org-jira/issues/9#issuecomment-13930540

webframp avatar Feb 22 '13 07:02 webframp

Any word on this since (oh boy) 2013? I could really, really use this. I guess I know what I'm working on this weekend.

wobh avatar May 21 '15 02:05 wobh

Though an Elisp novice I'm happy to assist with this. It sounds like there is some already some existing interest, and eventually a REST-backend will be required. Where's a good place to start helping out?

khaije1 avatar Oct 05 '15 20:10 khaije1

I would love to use org-jira, but unfortunately our hosted JIRA does no longer support the SOAP API. Any chance of a version of this that supports the REST API?

stig avatar Mar 22 '16 14:03 stig

@stig https://github.com/baohaojun/org-jira/commit/38bf3a0f5668d92a21e1e296ba407c98f4b2e28c

ponimas avatar Mar 22 '16 16:03 ponimas