lfRedirect (Power Scripts)
Syntax | lfRedirect(url) | Package |
|
Alias |
| Pkg Usage |
|
Description
Redirects to the specified URL.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
url | String | Yes | Redirect URL |
Return Type
None
Examples
Example 1
Here's an example with a redirect to our Products website:
lfRedirect("https://www.appfire.com/");Redirecting to Jira dashboard:
lfRedirect("/secure/Dashboard.jspa");Example 2
Redirecting to the DEMO project page:
lfRedirect("DEMO");Redirecting to the DEMO-1 issue page:
lfRedirect("DEMO-1");