getJSDUrl
Syntax
getJSDUrl(issueKey, portalId)
Description
This routine returns the url to a specific customer portal for an issue.Parameters
Parameter name | Type | Required | Description |
---|---|---|---|
issueKey | String | Yes | Key of the selected issue |
portalId | Number | Yes | Id of the selected portal |
Return type
string
Returns url to a specific customer portal for an issue.
Example
The following script will return a string similar to this one:Â
https://jira.yourdomain/servicedesk/customer/portal/1/JSD-1.
getJSDUrl(key, 1);
See also