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

createWebLink(issueKey, url, title)

Creates a web link on the issue.

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.

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.

createWebLink(key, "http://www.google.com", "Super-duper search");