且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

JIRA API的.NET包装器?

更新时间:2022-02-11 21:30:11

在Visual Studio .NET项目中,右键单击项目引用,然后选择添加服务引用",输入JIRA WSDL描述符的URL( http://your_installation/rpc/soap/jiraservice-v1.wsdl ),Visual Studio会自动-生成一个用于访问JIRA SOAP API的.NET类.

In a Visual Studio .NET project, right click the project references and choose 'Add Service Reference', enter the URL of JIRA's WSDL descriptor (http://your_installation/rpc/soap/jiraservice-v1.wsdl), and Visual Studio will auto-generate a .NET class for accessing the JIRA SOAP API.

参数名称并不是特别有意义,因此您首先需要大量参考文档.

The parameter names aren't particularly meaningful so you'll need to refer back to the documentation quite a bit at first.