.NET wrapper for JIRA api?

后端 未结 5 536
不思量自难忘°
不思量自难忘° 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:25

    As per this page https://developer.atlassian.com/jiradev/support/archive/jira-rpc-services/creating-a-jira-soap-client/remote-api-soap-examples, JIRA SOAP API has been deprecated, and as per this page https://developer.atlassian.com/jiradev/latest-updates/soap-and-xml-rpc-api-deprecation-notice, completely removed from JIRA 7.0+.

    I would recommend to go with JIRA REST API.

提交回复
热议问题