...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
...
Info | ||
---|---|---|
| ||
This routine is available starting with
|
Syntax
lfRedirect(url);
Description
...
If the url parameter represents a project or issue key, the routine will redirect to its page, that is "<jira_base_url>/browse/<issue_or_project_key>".
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
url | String | Yes | Redirect URL |
The url parameter can be:
- a Jira relative path (eg. "/secure/Dashboard.jspa")
- a issue key (eg. "DEMO-1")
- a project key (eg. "DEMO")
- a full path URL (eg. "http://www.google.com")
Example
Here's an example with a redirect to our Products website:
...