Skip to end of banner
Go to start of banner

getIssueURL

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 »

Availability

This routine is available starting with katl-commons 3.0.2

Syntax

getIssueURL(issueKey)

Description

Returns the url of the issue.

Parameters

ParameterTypeRequiredDescription
issueKeyStringYesthe key of the selected issue

Return type

The returned value represents the url of the issue.

Example

return getIssueURL("TEST-1");

 

See also



  • No labels