3

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!

1 Answer 1

3

You first have to use your own JIRA domain, like http://localhost:8080

and then just add the following JQL: http://localhost:8080/rest/api/2/issue/JRA-9?fields=issuelinks

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.