.NET wrapper for JIRA api?

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

    JIRA SOAP API has been deprecated. So use REST API instead.

    Here is JIRA REST API .NET wrapper: Atlassian.Net SDK

提交回复
热议问题