.NET wrapper for JIRA api?

后端 未结 5 525
不思量自难忘°
不思量自难忘° 2021-02-01 08:29

I\'m working on a JIRA implementation and need to make use of the API.

Does anyone know of an existing .NET wrapper for the JIRA SOAP API?

5条回答
  •  [愿得一人]
    2021-02-01 09:09

    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.

提交回复
热议问题