Hello,
I'd like to create a calculated custom field (using the Innovalog plugin) that takes the URL of the Confluence link and stores it in a custom field.
This is to be able to show the URL in a search for issue page, sort of what is described in here: https://jira.atlassian.com/browse/JRASERVER-39413?_ga=2.217436566.1230192342.1556522722-832587407.1538745820
The Confluence link is created by the Issue Publisher plugin (link name is "Wiki Page".
Can anybody provide a code snippet to access this URL?
I found something here: https://developer.atlassian.com/server/jira/platform/performing-issue-operations/ but I believe this is valid for issue links, not remote links.
Thank you in advance for your help.