Live Fields Functions (Power Scripts)
Live Fields Functions (Power Scripts)
The use of these functions requires the Power Scripts for Jira add-on be installed and licensed.
This section contains functions that enable users to interact with fields on the screen – standard fields, custom fields, tabs, and so on.
Functions Summary
- lfAllowSelectOptions (Power Scripts) — Restricts a field's selectable values to the list of options given as a parameter of the function.
- lfDialogMessage (Power Scripts) — Displays a global message in a dialog box.
- lfDisable (Power Scripts) — Disables the given field.
- lfDisableTab (Power Scripts) — Disables the given tab of a provided name.
- lfEnable (Power Scripts) — Enables the given field.
- lfEnableTab (Power Scripts) — Enables the given tab.
- lfExecuteJS (Power Scripts) — Gives you the possibility to run your own javascript code.
- lfGlobalMessage (Power Scripts) — Displays a global message.
- lfHide (Power Scripts) — Hides the given field.
- lfHideAllExcept (Power Scripts) — Hides all given fields, panels, and tabs except the ones given as parameters.
- lfHideFieldMessage (Power Scripts) — Hides a message for the given field.
- lfHideTab (Power Scripts) — Hides the specified tab.
- lfInstantHook (Power Scripts) — Executes the given SIL script passing the screen values for the specified dependent fields.
- lfRedirect (Power Scripts) — Redirects to the specified URL.
- lfRefreshScreen (Power Scripts) — Performs a page reload.
- lfRestrictSelectOptions (Power Scripts) — Restricts certain options from the list of options for the field.
- lfSet (Power Scripts) — Sets the field with the given values.
- lfShow (Power Scripts) — Shows the given field.
- lfShowAll (Power Scripts) — Shows the given fields, panels and tabs.
- lfShowFieldMessage (Power Scripts) — Displays a message for the given field.
- lfShowTab (Power Scripts) — Shows the given tab.
- lfWatch (Power Scripts) — Attaches listeners for the events that you give as parameters in the function.
, multiple selections available, Use left or right arrow keys to navigate selected items
Need support? Create a request with our support team.
Copyright © 2005 - 2025 Appfire | All rights reserved.