lfRedirect

The use of this routine requires the Power Scripts for Jira add-on be installed and licensed.

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.anovaapps.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:

See also