Hi, when I use the smart value {{issue.issuelinks}} and make an API call, it returns empty.
I know that I can use custom fields or just add the URL of the page to the Link field, so it will work, but I'm wondering if there is such a way to get around this?
here is the solution:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issue-remote-links/
curl --request GET \ --url 'https://your-domain.atlassian.net/rest/api/3/issue/{issueIdOrKey}/remotelink' \ --user 'email@example.com:<api_token>' \ --header 'Accept: application/json'
Hey @Sedrak Khachatryan
it looks like you found and understood the solution to this problem?
I still feel stuck.
Currently I am trying to clone a ticket with an automation and I want to copy the linked Confluence pages from the trigger issue to the new created one.
But I can't figure out how to include it into the automation.
I would be really happy if you could help me out. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
{{issue.issuelinks}} are not all links to the issue. issue links reference the list of issues linked to the issue using Jira issue link
You can find here all smart values available. I see no smart value for Confluence.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.