Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
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
titleAvailability
  • This routine is available starting with
SIL Engine™
  • katl-commons 2.0 for Jira 5.x.
  • This routine is available for Jira server and cloud deployment options

createWebLink(issueKey, url, title)

...

Excerpt

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.

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

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "jira_weblink_routine"
labelsjira_weblink_routine