python - jira SOAP and XMLRPC -


i wondering if there urls various calls can made jira. issues, users. format in xml? json?

i want write wrapper class in python. see soap api exsists no methods definitions in python anywhere can find. found java 1 easy.

your appreciated.

please , thank you.

the atlassian site has samples right on it.

using soap client interact jira:

http://confluence.atlassian.com/display/jira/creating+a+soap+client

and using xml-rpc interact jira:

http://confluence.atlassian.com/display/jira/creating+a+xml-rpc+client

also check out documentation have api:

http://confluence.atlassian.com/display/jira/jira+xml-rpc+overview


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -