getIssueURL
Syntax | getIssueURL(issueKey) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns the url of the issue.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
issueKey | String | Yes | Key of the selected issue. |
Return Type
String
The returned value represents the url of the issue.
Example
return getIssueURL("TEST-1");