Warning |
---|
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 ! |
Info | ||
---|---|---|
| ||
|
...
Excerpt |
---|
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. |
Starting with katl-commons SIL Engine™ 4.0.14 you can also link the issue to a web link.
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
issueKey1 | string | Yes | Key of the first issue to be linked. |
issueKey2_or_url | string | Yes | Key of the second issue to be linked or the URL. |
issueLinkTypeName_or_linkText | string | Yes | Issue link type name or the link text. |
comment | string | No | Comment that will be posted on the selected issue. |
securityLevel | string | No | Security level of comment. |
Return type
None. The returned value has no meaning.
...