/
createWebLink
createWebLink
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 !
Availability
- 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
Syntax
createWebLink(issueKey, url, title)
Description
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
createWebLink(key, "http://www.google.com", "Super-duper search");
See also
Related content
getWebLinksForIssue
getWebLinksForIssue
More like this
Power Scripts for Jira
Power Scripts for Jira
Read with this
getIssueURL
getIssueURL
More like this
getIssueLinksDetail
getIssueLinksDetail
More like this
linkIssue
linkIssue
More like this
allLinkedIssues
allLinkedIssues
More like this