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.
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
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.