WSDL usage

Dave McGlade November 5, 2013

I am trying to access Jira from a .Net program and have used the wsdl from http://myserver/rpc/soap/jirasoapservice-v2?wsdl which is generally working. However, I cannot find a way to determine the links between issues, though there are functions to add and delete links. How do I do this? Or is there a different interface I should use?

2 answers

1 accepted

1 vote
Answer accepted
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.
November 5, 2013

From memory, the SOAP interface never had link functionality added to it.

It's also deprecated and you should move to using REST as soon as possible (SOAP dissappears completely in Jira 7). That does have some stuff about issue links too - see https://docs.atlassian.com/jira/REST/latest/

0 votes
Dave McGlade November 5, 2013

Thanks, I'll switch to that.

Suggest an answer

Log in or Sign up to answer