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

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

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -