Skip to end of banner
Go to start of banner

createWebLink

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Availability

This routine is available starting with SIL Engine™ 2.0 for Jira 5.x.

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.

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


  • No labels