Skip to end of banner
Go to start of banner

getJSDUrl

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 3 Next »

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

the key of the selected issue

portalId

Number

Yes

the id of the selected portal


Return type:

string

Returns: The url to a specific customer portal for an issue.

Example:

getJSDUrl(key, 1);

This will return a string similar to this one: https://jira.yourdomain/servicedesk/customer/portal/1/JSD-1

See Also:

  • No labels