Get linked JIRA tickets.

Brad Hughes April 26, 2017

I am making API calls and pulling data from JIRA tickets for reporting.  I am wanting to get the linked tickets to a ticket.

 

I have dug through the documentation and I don't see a call for listing the linked tickets.  I see calls for adding and deleting a link (api/2/issueLink) but not one for listing the link.  When I list the dump for a ticket I don't see a collection of linked tickets.

What am I missing?

Thanks in advance.

1 answer

0 votes
Nigel Rochford
Marketplace Partner
Marketplace Partners provide apps and integrations available on the Atlassian Marketplace that extend the power of Atlassian products.
April 27, 2017

Issue links are listed in the JSON if you're using the REST API. See https://docs.atlassian.com/jira/REST/cloud/#api/2/issue for Cloud. 

For server: https://docs.atlassian.com/jira/REST/server/#api/2/issue-getIssue

Brad Hughes April 27, 2017

Thank you

Suggest an answer

Log in or Sign up to answer