link issues using JRJC

anisha February 20, 2014

does anyone have an example on how to link issues using JRJC. i searched the internet but could no find anything suitable.

Thanks in advance for you help.

2 answers

1 accepted

1 vote
Answer accepted
Boris Georgiev _Appfire_
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.
February 21, 2014

Use com.atlassian.jira.rest.client.api.IssueRestClient.linkIssue(LinkIssuesInput)

for example:

restClient.getIssueClient().linkIssue(new LinkIssuesInput("TST-1", "TST-3", "Duplicate" ))
Khaled Skairek June 16, 2016

Could you please post all the available link types?

Like Mirza Abazovic likes this
0 votes
Alekhya February 20, 2014

i am able to create and update the issue but i need to link issue using JRJC. Can any one help me in this regard ??

Suggest an answer

Log in or Sign up to answer