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