How to get WSDL of JIRA

Hari hari July 4, 2016

I have a JIRA url https://agshari.atlassian.net/,How can i get equivalent API for this,as i need to consume in dotnet

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 4, 2016

You won't get a WSDL - it's not necessary for REST services (which are what you should be using for JIRA) as the responses are allegedly self-describing.

See https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis for the descriptions of the interface.

Suggest an answer

Log in or Sign up to answer