Link Routines

Link Routines

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

 This section contains routines that enable users to handle links.

Routines summary

  • allLinkedIssuesReturns an array with the issue names linked with the specified issue, including the system links (subtask, issue in epic).
  • createWebLinkCreates a web link on the issue.
  • deleteWebLinkByIdRemoves a web link.
  • getIssueLinksDetailReturns all the details about the links of an issue key.
  • getWebLinkByIdRetrieves information about a web link.
  • getWebLinksForIssueGets the ids of all the web links on an issue.
  • linkedIssuesReturns an array with the Issue keys linked with the specified one.
  • linkIssueLinks two issues by a specified link type name. First issue will have the outward description of the link type, the second issue will have the inward description of the link type.
  • unlinkIssueRemoves the specified link between two issues.

See also