Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jira SOAP and XMLRPC

I was wondering if there are urls for the various calls that can be made to jira. get issues, get users. what format are they in xml? json?

I want to write a wrapper class in python. I see the SOAP api exsists but no methods definitions in python anywhere I can find. I found the java one fairly easy.

Your help is appreciated.

Please and thank you.

like image 992
myusuf3 Avatar asked Dec 18 '25 08:12

myusuf3


2 Answers

the Atlassian site has samples right on it.

using SOAP client to interact with Jira:

http://confluence.atlassian.com/display/JIRA/Creating+a+SOAP+Client

and using xml-rpc to interact with Jira:

http://confluence.atlassian.com/display/JIRA/Creating+a+XML-RPC+Client

also check out the documentation they have for the API:

http://confluence.atlassian.com/display/JIRA/JIRA+XML-RPC+Overview

like image 160
Corey Goldberg Avatar answered Dec 20 '25 22:12

Corey Goldberg


Please take a look at this: http://blog.sophilabs.com/2011/08/overcoming-jira-3-13-x-remote-access-limitations-part-ii/

This is a good alternative to put up with JIRA RPC limitations.

like image 26
martincho Avatar answered Dec 20 '25 21:12

martincho



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!