How to create issue link using SOAP API

Anand Kumar April 22, 2016

I have created an Epic issue type in JIRA, now I would like to create software requirements (SWReq) type associated to the Epic from Java programme. Is that possible using below method through SOAP API

createIssueLink(Long sourceIssueId, Long destinationIssueId, Long issueLinkTypeId, Long sequence, User remoteUser)

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.
April 22, 2016

You can create an issue link that way, but not an Epic link.  That function is not available in SOAP

Suggest an answer

Log in or Sign up to answer