allLinkedIssues
Description
Returns an array with the issue names linked with the specified issue, including the system links (subtask, issue in epic).
Parameters
Return Type
String []
The return value represents a list with all issues (issue keys) that are linked with the argument.
Example
return allLinkedIssues("TEST-53");
See also
Peacock