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