Hello,
I am writing a custom velocity template for release notes creation (like described here https://developer.atlassian.com/server/jira/platform/creating-a-custom-release-notes-template-containing-release-comments/).
In this context, I would like to query all links of an issue.
I tried if there is a context variable $issueLinkManager (the API has an interface IssueLinkManager: https://docs.atlassian.com/software/jira/docs/api/8.5.16/com/atlassian/jira/issue/link/IssueLinkManager.html), but that does not exist.
Is it possible to get links of an issue here?
Thanks
Max