lfRedirect
Description
Redirects to the specified URL.
Parameters
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: