Basic Functions
This section contains functions that provide basic language behavior.
Functions summary
- logPrint — Prints a message in the configured Jira logs on the specified level: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
- isNull — Checks if the provided variable is null or has no value associated then returns "true", otherwise returns "false".
- isNotNull — Checks if the provided variable is not null or has a value associated and returns true. Otherwise returns false.
- print — Returns the printable string in the application log.
- runnerLog — Puts the 'message' on the console of a runner gadget.
- lastExceptionClass — Returns the class of a Java class exception when an error is thrown.
- lastExceptionMessage — Returns the message of a Java class exception when an error is thrown.
- currentSilScript — Returns the current running SIL script name.
, 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.