Is there a REST API to find issues that are linked to a specific issue

SatishK January 18, 2012

What REST API do I use to find issues that are linked to a specific issue.
For example,
IT-1 from Project A is linked to USR-1, USR-2 from Project B.

I would like to use the REST API with the Id of the issue IT-1 and then obtain USR-1, USR-2 as the result

Is there a REST API that would accomplish this?

3 answers

1 accepted

4 votes
Answer accepted
lmiranda_atlassian January 22, 2012

It's right under 'issuelinks' in each issue's JSON representation. Example:

https://jira.atlassian.com/rest/api/latest/issue/JRA-9?fields=summary,issuelinks

SatishK February 5, 2012

Thank you so much Luis. This is exactly what I was looking for

1 vote
JamieA
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.
January 18, 2012

That's available just from /issue - docs: http://docs.atlassian.com/jira/REST/latest/#id2474348

0 votes
Mei Ying Phuah August 29, 2017

Hi, may i know how to get the data inside the issuelink via ecxel vba?

Suggest an answer

Log in or Sign up to answer