Skip to end of banner
Go to start of banner

lfRedirect

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

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:

lfRedirect("DEMO-1");

See also

  • No labels