jira SOAP 和 XMLRPC [英] jira SOAP and XMLRPC

查看:57
本文介绍了jira SOAP 和 XMLRPC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道是否有可以对 jira 进行的各种调用的网址.获取问题,获取用户.它们在 xml 中是什么格式?json?

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?

我想用python编写一个包装类.我看到 SOAP api 存在,但在我能找到的任何地方都没有 Python 中的方法定义.我发现 java 相当简单.

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.

感谢您的帮助.

请和谢谢.

推荐答案

Atlassian 站点上有示例.

the Atlassian site has samples right on it.

使用 SOAP 客户端与 Jira 交互:

using SOAP client to interact with Jira:

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

并使用 xml-rpc 与 Jira 交互:

and using xml-rpc to interact with Jira:

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

还可以查看他们拥有的 API 文档:

also check out the documentation they have for the API:

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

这篇关于jira SOAP 和 XMLRPC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆