issue links with JRJC

Alekhya February 20, 2014

Can anyone help me how to link issues using JRJC??

3 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" ))

0 votes
anisha February 20, 2014

need help with the same issue... could you provide any example please.

0 votes
s@ii February 20, 2014

i also stucked with the same problem

please can any one help reagrding this

Suggest an answer

Log in or Sign up to answer