Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

issueKey

String

Yes

Issue key.

Return Type

/wiki/spaces/AA/pages/351830229JIssueLink []

Examples

Example 1

Code Block
languagejs
return getIssueLinksDetail("TEST-1");

Example 2

Code Block
languagejs
JIssueLink[] jIssueLinks = getIssueLinksDetail("TEST-1");
for(JIssueLink jIssueLink in jIssueLinks){
    runnerLog("The linked issue " + jIssueLink.issue + " it has the following properties: "); 
    runnerLog("- link id : " + jIssueLink.id); 
    runnerLog("- link name : " +  jIssueLink.name);
    runnerLog("- direction : " + jIssueLink.direction);
    runnerLog("- description : " + jIssueLink.description);
}

...

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "link_routinefunction" and space = currentSpace ( )
labelsarray_routinesfunctions