Info |
---|
|
This routine is available starting with katl-commons 2.0 for Jira 5.x.
This routine is available for Jira server and cloud deployment options Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | createWebLink(issueKey, url, title) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
Creates a web link on the issue. |
Creates a web link on the issue.
Parameters
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
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
noneNone
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");
|
Image Removed
See also
Filter by label (Content by label) |
---|
showLabels | false |
---|
max | 25 |
---|
showSpace | false |
---|
cql | label = "jiralink_weblink_routine" and space = currentSpace ( ) |
---|
labels | jira_weblink_routine |
---|
|