Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Button handy
blanktrue
color#0052CC
nameSend Feedback
linkhttps://docs.google.com/forms/d/e/1FAIpQLScmToBe3vynAlb5fdKwCGxYqnTbDc66sIBgeecG2BuFDuHc7g/viewform?entry.2002826954=lfRedirect+-+15480485
widthauto

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

lfRedirect(url)

Package

Alias

Pkg Usage

...

Here's an example with a redirect to our Products website:

Code Block
languagejs
lfRedirect("https://www.anovaappsappfire.com/");

Redirecting to Jira dashboard:

Code Block
languagejs
lfRedirect("/secure/Dashboard.jspa");

...

Redirecting to the DEMO project page:

Code Block
languagejs
lfRedirect("DEMO");

Redirecting to the DEMO-1 issue page:

Code Block
languagejs
lfRedirect("DEMO-1");

See also

...