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 | ||
---|---|---|
| ||
|
Syntax
createWebLink(issueKey, url, title)
...
Excerpt |
---|
Creates a web link on the issue. |
Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
issue key | String | Yes | Key of the selected issue. |
url | String | Yes | URL of the link. |
title | String | Yes | Name/title of the link as it should appear on the issue. |
Return type
none
The returned value has no meaning.
For the cloud version, since there is no returned value on success and on failure, there is a log saying if it failed or succeeded.
Example
Code Block |
---|
createWebLink(key, "http://www.google.com", "Super-duper search"); |
...
Filter by label (Content by label) | ||||||||
---|---|---|---|---|---|---|---|---|
|