By application linking Jira & Confluence, we do get "mentioned in" links on Jira items, referenced (by Jira macro) from Confluence page's.
The links appear with the page's title in the Issue links session of Jira.
We now have the need to read out those links.
For that we use the RemoteIssueLinkService where we get objects of type RemoteIssueLink.
So far it seemed easy. But, unfortunately non of the available methods (most likely getTitle() or getSummary()) does the job.
Some of the other methods deliver correct information about the linked application, but getTitle() only delivers "Page", where i would expect the page's title.
Does somebody know how to programmatically get, what Jira is showing ???