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
- allLinkedIssues — Returns an array with the issue names linked with the specified issue, including the system links (subtask, issue in epic).
- createWebLink — Creates a web link on the issue.
- deleteWebLinkById — Removes a web link.
- getIssueLinksDetail — Returns all the details about the links of an issue key.
- getWebLinkById — Retrieves information about a web link.
- getWebLinksForIssue — Gets the ids of all the web links on an issue.
- linkedIssues — Returns an array with the Issue keys linked with the specified one.
- linkIssue — Links 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.
- unlinkIssue — Removes the specified link between two issues.
See also
, multiple selections available,