Availability
This routine is available starting with
- Power Scripts 2.5.5
- katl-commons 2.5.8
Syntax
lfRefreshScreen();
Description
Performs a page reload.
Example
This routine cane be used for example to refresh information on view issue after performing an auto-transition when issue is viewed for the first time:
if(argv["screen"] == "view" && status == "New") { autotransition("Move to Open", key); lfRefreshScreen(); }
Issue is created in status New. When first accessed it is auto-transitioned to status Open and page is refreshed by means of the lfRefreshScreen routine to reflect the updated info.
See also
-
Workaround to use live fields in Jira work log screen using Power Scripts (One Appfire Support Knowledge Base)