Field code
%{issue.links}

Read


Returned valueA comma-separated list of issue keys
Output data type

TEXT

Example outputCRM-13,HR-25,SD-12
Field code
issue?.links?.map(link => link.linkedIssue.key)

Read


Returned valueA comma-separated list of issue keys
Output data type

TEXT LIST

Example outputCRM-13,HR-25,SD-12