I would like to get the linked issues for a specific issue through the JIRA REST API.
I would like to use the URL: https://jira.atlassian.com/rest/api/latest/issue/JRA-9
I tried the following:
- Adding ?fields=summary,issuelinks
- Adding /remotelink to the URL
- Using the IssueLink
It should be there if I call the getIssue method according to the documentation.
What am I doing wrong? Hope somebody can help! Thanks!