Our new Appfire Documentation Space is now live!
Take a look here! If you have any questions please email support@appfire.com.
Live Fields Routines (Power Scripts)
The use of these routines requires the Power Scripts for Jira add-on be installed and licensed.
This section contains routines that enable users to interact with fields on the screen – standard fields, custom fields, tabs, and so on.
Routines Summary
- lfShowFieldMessage (Power Scripts) — Displays a message for the given field.
- lfGlobalMessage (Power Scripts) — Displays a global message.
- lfDialogMessage (Power Scripts) — Displays a global message in a dialog box.
- lfHideFieldMessage (Power Scripts) — Hides a message for the given field.
- lfDisable (Power Scripts) — Disables the given field.
- lfHideTab (Power Scripts) — Hides the specified tab.
- lfHide (Power Scripts) — Hides the given field.
- lfShow (Power Scripts) — Shows the given field.
- lfInstantHook (Power Scripts) — Executes the given SIL script passing the screen values for the specified dependent fields.
- lfDisableTab (Power Scripts) — Disables the given tab of a provided name.
- lfEnable (Power Scripts) — Enables 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.
- lfRestrictSelectOptions (Power Scripts) — Restricts certain options from the list of options for the field.
- lfRefreshScreen (Power Scripts) — Performs a page reload.
- lfAllowSelectOptions (Power Scripts) — Restricts a field's selectable values to the list of options given as a parameter of the routine.
- lfRedirect (Power Scripts) — Redirects to the specified URL.
- lfShowAll (Power Scripts) — Shows the given fields, panels and tabs.
- lfSet (Power Scripts) — Sets the field with the given values.
- lfHideAllExcept (Power Scripts) — Hides all given fields, panels, and tabs except the ones given as parameters.
- lfExecuteJS (Power Scripts) — Gives you the possibility to run your own javascript code.
- lfEnableTab (Power Scripts) — Enables the given tab.
- Jira Service Management Routines (Power Scrips) — Routines focused on your Jira Service Management tasks like adding a comment, checking if a comment is public or private, and so on.