JIRA Soap Service deprecated on JIRA 7.x

Sumathi Rao January 3, 2018

Recently JIRA 6.x is upgraded to JIRA 7.x. One of the web application is accessing JIRA 6.x using SOAP Service but in JIRA 7.x SOAP service is deprecated and no more we can access it through wsdl.

Can you provide a better example on how to connect to JIRA 7.x and create a login token to access the JIRA functionalities.

We have used a web reference - jirasoapservice-v2.wsdl

Thanks in advance.

1 answer

1 vote
Alexey Matveev
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 3, 2018

Hello,

You should use REST API to connect to Jira. Kindly read the following article on how to create a token:

https://developer.atlassian.com/cloud/jira/platform/jira-rest-api-cookie-based-authentication/

Suggest an answer

Log in or Sign up to answer