Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira api to delete issue link, if issue Id is passed

Binisha
Contributor
December 13, 2011

Hi All,

Is there any Jira api to delete the issue Link if issueId is passed? I can find an api to create issue link, but not to delete.

To Create - > issueLinkManager.createIssueLink(sourceIssueId, destinationIssueId, issueLinkTypeId, sequence,

remoteUser);

Please Help.

Thanks in advance

Binisha

1 answer

1 accepted

0 votes
Answer accepted
RambanamP
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.
December 13, 2011

issueLink = issueLinkManager.getIssueLink(sourceId, destId, linkType);

issueLinkManager.removeIssueLink(issueLink , remoteuser);

cheers,

Binisha
Contributor
December 13, 2011

Thanks a lot Prasad. Your solution woked fine.

Regards

Binisha

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events